Skip to content

Commit

Permalink
fix(ubuntu-24.04): add conditional as no libpam-cracklib
Browse files Browse the repository at this point in the history
  • Loading branch information
juju4 committed Jul 14, 2024
1 parent c546336 commit f3a7917
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@
not (ansible_os_family == 'RedHat' and ansible_distribution_major_version|int == 8)
- name: Import passwd
ansible.builtin.import_tasks: passwd.yml
when:
- not (ansible_distribution == 'Ubuntu' and ansible_distribution_major_version|int == 24)

- name: Alpine rsyslog
when: ansible_distribution == "Alpine"
Expand Down

0 comments on commit f3a7917

Please sign in to comment.