summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/doc_fragments/vars_plugin_staging.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/plugins/doc_fragments/vars_plugin_staging.py')
-rw-r--r--lib/ansible/plugins/doc_fragments/vars_plugin_staging.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/ansible/plugins/doc_fragments/vars_plugin_staging.py b/lib/ansible/plugins/doc_fragments/vars_plugin_staging.py
index b2da29c4..eacac170 100644
--- a/lib/ansible/plugins/doc_fragments/vars_plugin_staging.py
+++ b/lib/ansible/plugins/doc_fragments/vars_plugin_staging.py
@@ -14,10 +14,10 @@ options:
stage:
description:
- Control when this vars plugin may be executed.
- - Setting this option to C(all) will run the vars plugin after importing inventory and whenever it is demanded by a task.
- - Setting this option to C(task) will only run the vars plugin whenever it is demanded by a task.
- - Setting this option to C(inventory) will only run the vars plugin after parsing inventory.
- - If this option is omitted, the global I(RUN_VARS_PLUGINS) configuration is used to determine when to execute the vars plugin.
+ - Setting this option to V(all) will run the vars plugin after importing inventory and whenever it is demanded by a task.
+ - Setting this option to V(task) will only run the vars plugin whenever it is demanded by a task.
+ - Setting this option to V(inventory) will only run the vars plugin after parsing inventory.
+ - If this option is omitted, the global C(RUN_VARS_PLUGINS) configuration is used to determine when to execute the vars plugin.
choices: ['all', 'task', 'inventory']
version_added: "2.10"
type: str