Altered variable name due to change in name during assignment or declaration in bootstrap role's vars/defaults

This commit is contained in:
Alex Tavarez
2025-07-23 15:16:43 -04:00
parent ce3f7fef80
commit a5cb54461d
2 changed files with 4 additions and 4 deletions

View File

@@ -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']