s/delegate/delegate_to/
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
9aafb23ba6
commit
88de928625
1 changed files with 2 additions and 2 deletions
|
@ -39,7 +39,7 @@
|
||||||
when: inventory_hostname.startswith("ipa01")
|
when: inventory_hostname.startswith("ipa01")
|
||||||
|
|
||||||
- name: create replica file
|
- name: create replica file
|
||||||
delegate: ipa01.phx2.fedoraproject.org
|
delegate_to: ipa01.phx2.fedoraproject.org
|
||||||
command: ipa-replica-prepare
|
command: ipa-replica-prepare
|
||||||
--password={{ipa_dm_password}}
|
--password={{ipa_dm_password}}
|
||||||
--ip-address={{eth0_ip}}
|
--ip-address={{eth0_ip}}
|
||||||
|
@ -47,7 +47,7 @@
|
||||||
when: env != "staging" and not inventory_hostname.startswith("ipa01")
|
when: env != "staging" and not inventory_hostname.startswith("ipa01")
|
||||||
|
|
||||||
- name: retrieve replica file
|
- name: retrieve replica file
|
||||||
delegate: ipa01.phx2.fedoraproject.org
|
delegate_to: ipa01.phx2.fedoraproject.org
|
||||||
fetch: src=/var/lib/ipa/replica-info-{{inventory_hostname}}.gpg
|
fetch: src=/var/lib/ipa/replica-info-{{inventory_hostname}}.gpg
|
||||||
dest=/tmp/ipa_replica_{{inventory_hostname}}
|
dest=/tmp/ipa_replica_{{inventory_hostname}}
|
||||||
when: env != "staging" and not inventory_hostname.startswith("ipa01")
|
when: env != "staging" and not inventory_hostname.startswith("ipa01")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue