# platform = multi_platform_all
# reboot = false
# strategy = restrict
# complexity = low
# disruption = low

- name: "Ensure PAM Enforces Password Requirements - Enforce for Local Accounts Only"
  ansible.builtin.lineinfile:
    path: '/etc/security/pwquality.conf'
    create: yes
    regexp: ''
    line: 'local_users_only'
    state: present