mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Typo fix
This commit is contained in:
parent
9fcb6635fa
commit
189ae499cf
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ Ansible allows you to use conditionals to control the flow of your playbooks. An
|
|||
Conditional statements evalute the results from the commands that are
|
||||
executed remotely on the device. Once the task executes the command
|
||||
set, the waitfor argument can be used to evalute the results before
|
||||
return control to the Ansible playbook.
|
||||
returning control to the Ansible playbook.
|
||||
|
||||
For example::
|
||||
|
||||
|
|
Loading…
Reference in a new issue