1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-29 23:49:09 +00:00

unite poll defaults (#55470)

* unite poll defaults and update docs
This commit is contained in:
Brian Coca 2019-05-01 14:47:50 -04:00 committed by Alicia Cozine
parent ac657f67c0
commit 5d4c73e197
3 changed files with 4 additions and 2 deletions

View file

@ -21,7 +21,7 @@ In this case, however, `async` explicitly sets the timeout you wish to apply to
To launch a task asynchronously, specify its maximum runtime
and how frequently you would like to poll for status. The default
poll value is 15 seconds if you do not specify a value for `poll`::
poll value is set by the ``DEFAULT_POLL_INTERVAL`` setting if you do not specify a value for `poll`::
---