4
0
Fork 0

4.1.4.8 tidy title remove register not used

Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
Mark Bolwell 2023-01-31 08:31:12 +00:00
parent 939102430c
commit e52cc6ca6b
No known key found for this signature in database
GPG key ID: 1DE02A772D0908F9

View file

@ -106,7 +106,7 @@
- name: "4.1.4.8 | PATCH | Ensure audit tools are 755 or more restrictive"
block:
- name: "PRELIM | 4.1.4.8 | Get audit binary file stat | get current mode"
- name: "4.1.4.8 | AUDIT | Get audit binary file stat | get current mode"
ansible.builtin.stat:
path: "{{ item }}"
register: "audit_bins"
@ -122,7 +122,7 @@
ansible.builtin.file:
path: "{{ item.item }}"
mode: 0750
register: "audit_bins"
loop: "{{ audit_bins.results }}"
loop_control:
label: "{{ item.item }}"