Skip to content

Commit

Permalink
Fix multipathd ppa install failure in non Ubuntu Jammy release (#1576)
Browse files Browse the repository at this point in the history
Closes #1574
  • Loading branch information
yaguangtang authored Jul 12, 2024
1 parent 7df3df0 commit ff5a5a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/multipathd/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
retries: 10
delay: 2
until: _add_multipathd_ppa is not failed
when: ansible_distribution == 'Ubuntu' and ansible_distribution_release == 'jammy'

- name: Install the multipathd package
ansible.builtin.package:
Expand Down

0 comments on commit ff5a5a2

Please sign in to comment.