1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
This commit is contained in:
Scott Butler 2016-05-25 07:29:02 -07:00
parent 9fcb6635fa
commit 189ae499cf

View file

@ -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::