Commit b411cce6 by jctanner

Merge pull request #5784 from geerlingguy/patch-1

Update wait_for documentation - remove extra quote
parents 8cd2f35a 40e5f641
......@@ -84,7 +84,7 @@ author: Jeroen Hoekx, John Jarvis
EXAMPLES = '''
# wait 300 seconds for port 8000 to become open on the host, don't start checking for 10 seconds
- wait_for: port=8000 delay=10"
- wait_for: port=8000 delay=10
# wait until the file /tmp/foo is present before continuing
- wait_for: path=/tmp/foo
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment