Skip to content

Commit

Permalink
fixing lint error
Browse files Browse the repository at this point in the history
Signed-off-by: Danny Brody <dbrody@gofundme.com>
  • Loading branch information
dannybrody committed Jul 16, 2024
1 parent e5a729d commit 4a6270f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tasks/parse_etc_password.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
register: amzn2023cis_passwd_file_audit
no_log: "{{ suppress_etc_passwd_logging | default(false) }}"


- name: "PRELIM | 5.5.2 | 6.2.7 | 6.2.8 | 6.2.20 | Split passwd entries"
ansible.builtin.set_fact:
amzn2023cis_passwd: "{{ amzn2023cis_passwd_file_audit.stdout_lines | map('regex_replace', ld_passwd_regex, ld_passwd_yaml) | map('from_yaml') | list }}"
Expand Down

0 comments on commit 4a6270f

Please sign in to comment.