Skip to content

Commit 6748ad3

Browse files
committed
Fix handler notify in fix-houston.yml
The handler was changed when we fixed linting, but the notify wasn't updated.
1 parent 2919039 commit 6748ad3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-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:

0 commit comments

Comments
 (0)