Merge pull request #1 from ansible-lockdown/quote_fix

Minor update
This commit is contained in:
uk-bolly 2025-01-07 19:02:40 +00:00 committed by GitHub
commit cffe5e4056
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@
jobs:
# This will create messages for first time contributers and direct them to the Discord server
welcome:
runs-on: self-hosted
runs-on: ubuntu-latest
steps:
- uses: actions/first-interaction@main

View File

@ -22,7 +22,7 @@
- ansible_env.SUDO_USER is defined
tags: always
block:
- name: Capture current password state of connecting user"
- name: "Capture current password state of connecting user"
ansible.builtin.shell: "grep -w {{ ansible_env.SUDO_USER }} /etc/shadow | awk -F: '{print $2}'"
changed_when: false
failed_when: false