fixed quotes on line25

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2025-01-07 18:20:54 +00:00
parent 909fdd414c
commit 08987aca24
No known key found for this signature in database
GPG Key ID: 997FF7FE93AEB5B9
1 changed files with 1 additions and 1 deletions

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