Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ansible/ansible.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Coca <bcoca@users.noreply.github.com>2022-07-28 23:20:20 +0300
committerGitHub <noreply@github.com>2022-07-28 23:20:20 +0300
commite1773c411f15936d7065f7c3aad54a302603813c (patch)
treec7b976676bbd02f5300e344f4708dc7fdfe31988
parent9bf5da8f75398584ebb54306454e9cc385ccc4f4 (diff)
roles have dependencies, plays do notbcoca-patch-1
-rw-r--r--docs/docsite/rst/reference_appendices/special_variables.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docsite/rst/reference_appendices/special_variables.rst b/docs/docsite/rst/reference_appendices/special_variables.rst
index 04194b96f3a..e2fb32f8115 100644
--- a/docs/docsite/rst/reference_appendices/special_variables.rst
+++ b/docs/docsite/rst/reference_appendices/special_variables.rst
@@ -14,7 +14,7 @@ ansible_config_file
The full path of used Ansible configuration file
ansible_dependent_role_names
- The names of the roles currently imported into the current play as dependencies of other plays
+ The names of the roles currently imported into the current play as dependencies of other roles
ansible_diff_mode
Boolean that indicates if we are in diff mode or not