diff --git a/playbooks/vhost_reboot.yml b/playbooks/vhost_reboot.yml index 3a4e3e59d6..08d5641bde 100644 --- a/playbooks/vhost_reboot.yml +++ b/playbooks/vhost_reboot.yml @@ -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