Skip to content

Commit d26509b

Browse files
MoteHueMaxBed4d
authored andcommitted
Fix handler notify in fix-houston.yml
The handler was changed when we fixed linting, but the notify wasn't updated.
1 parent 197d09d commit d26509b

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)