Skip to content

Commit ab15aab

Browse files
authored
Merge pull request #241 from ansible-lockdown/standards
tidy up layout and titles
2 parents aebf95e + 139c0e4 commit ab15aab

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

tasks/audit_only.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
- name: Audit_Only | Create local Directories for hosts
44
ansible.builtin.file:
5-
mode: '0755'
65
path: "{{ audit_capture_files_dir }}/{{ inventory_hostname }}"
6+
mode: '0755'
77
recurse: true
88
state: directory
99
when: fetch_audit_files
@@ -13,9 +13,9 @@
1313
- name: Audit_only | Get audits from systems and put in group dir
1414
ansible.builtin.fetch:
1515
dest: "{{ audit_capture_files_dir }}/{{ inventory_hostname }}/"
16+
src: "{{ pre_audit_outfile }}"
1617
flat: true
1718
mode: '0644'
18-
src: "{{ pre_audit_outfile }}"
1919
when: fetch_audit_files
2020

2121
- name: Audit_only | Show Audit Summary

tasks/prelim.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
- skip_ansible_lint
100100
- always
101101

102-
- name: Include audit specific variables
102+
- name: "PRELIM | Include audit specific variables"
103103
ansible.builtin.include_vars: audit.yml
104104
when:
105105
- run_audit or audit_only
@@ -108,7 +108,7 @@
108108
- setup_audit
109109
- run_audit
110110

111-
- name: Include pre-remediation audit tasks
111+
- name: "PRELIM | Include pre-remediation audit tasks"
112112
ansible.builtin.import_tasks: pre_remediation_audit.yml
113113
when:
114114
- run_audit or audit_only

0 commit comments

Comments
 (0)