Altered variable name due to change in name during assignment or declaration in bootstrap role's vars/defaults
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
copy:
|
||||
src: sshd/nopass.conf
|
||||
dest: /etc/ssh/sshd_config.d/nopass.conf
|
||||
owner: "{{ root_acct }}"
|
||||
group: "{{ root_acct }}"
|
||||
owner: "{{ primary_root_acct }}"
|
||||
group: "{{ primary_root_acct }}"
|
||||
force: yes
|
||||
register: ssh_passauth_disabled
|
||||
tags: ['default', 'disable_ssh_passauth']
|
Reference in New Issue
Block a user