mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-11 16:44:22 -07:00
Update example syntax in playbooks_delegation.rst. (#35674)
This commit is contained in:
parent
203c8f4334
commit
3fe6de475b
1 changed files with 3 additions and 1 deletions
|
@ -121,7 +121,9 @@ Using this with the 'serial' keyword to control the number of hosts executing at
|
||||||
delegate_to: 127.0.0.1
|
delegate_to: 127.0.0.1
|
||||||
|
|
||||||
- name: actual steps would go here
|
- name: actual steps would go here
|
||||||
yum: name=acme-web-stack state=latest
|
yum:
|
||||||
|
name: acme-web-stack
|
||||||
|
state: latest
|
||||||
|
|
||||||
- name: add back to load balancer pool
|
- name: add back to load balancer pool
|
||||||
command: /usr/bin/add_back_to_pool {{ inventory_hostname }}
|
command: /usr/bin/add_back_to_pool {{ inventory_hostname }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue