fix copypaste error in task name, we cordon first, then uncordon
Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
parent
f26f4a9f3d
commit
d9412f85e5
1 changed files with 3 additions and 3 deletions
|
@ -44,17 +44,17 @@
|
|||
serial: 1
|
||||
|
||||
tasks:
|
||||
- name: figure out which node to delegate os uncordon to
|
||||
- name: figure out which node to delegate os cordon to
|
||||
set_fact:
|
||||
os_delegate_via: os-master01
|
||||
when: hostvars[inventory_hostname].vmhost != hostvars['os-master01.phx2.fedoraproject.org'].vmhost
|
||||
|
||||
- name: figure out which node to delegate os uncordon to
|
||||
- name: figure out which node to delegate os cordon to
|
||||
set_fact:
|
||||
os_delegate_via: os-master02
|
||||
when: hostvars[inventory_hostname].vmhost != hostvars['os-master02.phx2.fedoraproject.org'].vmhost
|
||||
|
||||
- name: figure out which node to delegate os uncordon to
|
||||
- name: figure out which node to delegate os cordon to
|
||||
set_fact:
|
||||
os_delegate_via: os-master03
|
||||
when: hostvars[inventory_hostname].vmhost != hostvars['os-master03.phx2.fedoraproject.org'].vmhost
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue