Merge pull request #8850 from michalgasek/run-once-docs-fix

docs: Add versionadded for run_once
This commit is contained in:
James Cammarata 2014-09-02 13:53:27 -05:00
commit c1ce64bd5d

View file

@ -135,6 +135,8 @@ will need to ask for a passphrase.
Run Once
````````
.. versionadded:: 1.7
In some cases there may be a need to only run a task one time and only on one host. This can be achieved
by configuring "run_once" on a task::