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