mirror of
https://github.com/ansible-lockdown/RHEL9-CIS.git
synced 2025-12-24 22:23:06 +00:00
removed jmespath dependency
Signed-off-by: Mark Bolwell <mark.bollyuk@gmail.com>
This commit is contained in:
parent
abc363f3b3
commit
7c2a6a2a89
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
|||
- discovered_logfiles.stdout_lines | length > 0
|
||||
- discovered_logfiles is defined
|
||||
ansible.builtin.set_fact:
|
||||
discovered_logfiles_flattened: "{{ discovered_logfiles | json_query('stdout_lines[*]') | flatten }}" # noqa: jinja[invalid]
|
||||
discovered_logfiles_flattened: "{{ discovered_logfiles.stdout_lines | flatten }}"
|
||||
|
||||
- name: "6.2.4.1 | PATCH | Ensure access to all logfiles has been configured | change permissions"
|
||||
when:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue