forked from ansible-lockdown/RHEL9-CIS
fix typo
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
60f832f1b2
commit
388dbd797c
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@
|
||||||
|
|
||||||
- name: "5.6.3 | PATCH | Ensure default user shell timeout is 900 seconds or less"
|
- name: "5.6.3 | PATCH | Ensure default user shell timeout is 900 seconds or less"
|
||||||
ansible.builtin.blockinfile:
|
ansible.builtin.blockinfile:
|
||||||
path: "{{ item.dest }}"
|
path: "{{ item.path }}"
|
||||||
state: "{{ item.state }}"
|
state: "{{ item.state }}"
|
||||||
marker: "# {mark} CIS 5.6.3 ANSIBLE MANAGED"
|
marker: "# {mark} CIS 5.6.3 ANSIBLE MANAGED"
|
||||||
create: true
|
create: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue