Skip to content

Commit

Permalink
In the fix-gh973 play only reload systemd on changes (#405)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Berendt <[email protected]>
  • Loading branch information
berendt authored May 2, 2024
1 parent a13d516 commit e7e8744
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions playbooks/kolla/fix-gh973.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@
line: "SuccessExitStatus=143"
loop: "{{ result.results }}"
when: item["stat"].exists | bool
notify: Reload systemd daemon

handlers:
- name: Reload systemd daemon
become: true
ansible.builtin.systemd:
Expand Down

0 comments on commit e7e8744

Please sign in to comment.