mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 14:20:22 -07:00
Update playbooks_delegation.rst (#51949)
Changed from 'comand' to 'command'
This commit is contained in:
parent
0c2bb3da04
commit
1fdceac37e
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ By default, Ansible will try to manage all of the machines referenced in a play
|
||||||
gather_facts: False
|
gather_facts: False
|
||||||
tasks:
|
tasks:
|
||||||
- name: task one
|
- name: task one
|
||||||
comand: hostname
|
command: hostname
|
||||||
- name: task two
|
- name: task two
|
||||||
command: hostname
|
command: hostname
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue