Skip to content

Commit 13d0fb1

Browse files
Fix linting
1 parent 22e1a84 commit 13d0fb1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

etc/kayobe/ansible/neutron-l3-drain.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,14 @@
1010
neutron_namespace_drain_ctrl2: false
1111
neutron_namespace_drain_ctrl3: false
1212
tasks:
13-
- import_role:
13+
- name: Drain hosts
14+
ansible.builtin.import_role:
1415
name: stackhpc.openstack_ops.neutron_namespace_drain
1516
tasks_from: main.yml
1617
when: neutron_namespace_drain_ctrl1 | bool or neutron_namespace_drain_ctrl2 | bool or neutron_namespace_drain_ctrl3 | bool or neutron_namespace_drain_host is defined
17-
- name: "Print Info"
18-
debug:
18+
19+
- name: Print info
20+
ansible.builtin.debug:
1921
msg:
2022
- "{{ neutron_namespace_drain_host }} is read for maintenance"
2123
- "rerun this play book with -e maintenance=false to re-add"

0 commit comments

Comments
 (0)