Skip to content

Commit

Permalink
fix: make multipathd repository overridable for offline install (#1337)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpiscaer authored Jun 21, 2024
1 parent ab36004 commit 39dde0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions roles/multipathd/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@
#
# See: https://bugs.launchpad.net/kolla-ansible/+bug/1982777
multipathd_user_friendly_names: false
multipathd_repository: "ppa:vexxhost/backports"
2 changes: 1 addition & 1 deletion roles/multipathd/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

- name: Add backports PPA
ansible.builtin.apt_repository:
repo: ppa:vexxhost/backports
repo: "{{ multipathd_repository }}"

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

0 comments on commit 39dde0c

Please sign in to comment.