Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Signed-off-by: Mathieu Fortin <[email protected]>
  • Loading branch information
mfortin committed Feb 12, 2024
1 parent b4f624a commit f3710a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/section_5/cis_5.4.x.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---

- name: "5.4.1 | PATCH | Ensure password creation requirements are configured"
ansible.builtin.ansible.builtin.lineinfile:
ansible.builtin.lineinfile:
path: /etc/security/pwquality.conf
regexp: '^{{ item.key }}'
line: '{{ item.key }} = {{ item.value }}'
Expand Down

0 comments on commit f3710a7

Please sign in to comment.