Skip to content

Commit

Permalink
Add multipathd bootc support
Browse files Browse the repository at this point in the history
Signed-off-by: Brendan Shephard <[email protected]>
  • Loading branch information
bshephar committed Dec 13, 2024
1 parent 37f03ea commit f6892da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion roles/edpm_multipathd/tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
- ansible_facts.services["multipathd"]["status"] == "enabled"
failed_when: false
loop:
- edpm-compute@multipathd.service
- multipathd.service
- multipathd.socket
loop_control:
index_var: multipath_service_index
Expand Down
1 change: 1 addition & 0 deletions roles/edpm_multipathd/tasks/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
enabled: true
state: started
register: manage_multipathd_stat
become: true

- name: Check if the multipathd container restart is required
ansible.builtin.stat:
Expand Down

0 comments on commit f6892da

Please sign in to comment.