Skip to content

Commit f690fa5

Browse files
authored
Merge pull request #1538 from stackhpc/houston-we-have-a-problem
Fix handler notify in fix-houston.yml
2 parents 2919039 + 0b3b148 commit f690fa5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

etc/kayobe/ansible/fix-houston.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
vars:
3030
interface_name: "{{ item }}"
3131
when: neutron_bridge_name | length > 0
32-
notify: reload systemd
32+
notify: Reload systemd
3333

3434
- name: Enable and start systemd service for -ovs network interface
3535
ansible.builtin.systemd:
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
fixes:
3+
- |
4+
Fixes an issue where the fix-houston.yml playbook would fail to reload
5+
systemd as the ``notify`` statement was incorrect.

0 commit comments

Comments
 (0)