Skip to content

Commit

Permalink
Fix log
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jan 16, 2024
1 parent f2335d6 commit d651976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ansible/launch_install_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
become_method: sudo
become_user: root
tasks:
- name: Ensure minlength is set to 16 in /etc/pam.d/common-password
- name: Ensure minlength is set to 14 in /etc/pam.d/common-password
lineinfile:
path: /etc/pam.d/common-password
regexp: '^password\s+.*\s+pam_unix.so obscure'
Expand Down

0 comments on commit d651976

Please sign in to comment.