summaryrefslogtreecommitdiff
path: root/lib/ansible/plugins/doc_fragments/shell_common.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ansible/plugins/doc_fragments/shell_common.py')
-rw-r--r--lib/ansible/plugins/doc_fragments/shell_common.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/ansible/plugins/doc_fragments/shell_common.py b/lib/ansible/plugins/doc_fragments/shell_common.py
index fe1ae4ee..39d8730e 100644
--- a/lib/ansible/plugins/doc_fragments/shell_common.py
+++ b/lib/ansible/plugins/doc_fragments/shell_common.py
@@ -35,11 +35,11 @@ options:
system_tmpdirs:
description:
- "List of valid system temporary directories on the managed machine for Ansible to validate
- C(remote_tmp) against, when specific permissions are needed. These must be world
+ O(remote_tmp) against, when specific permissions are needed. These must be world
readable, writable, and executable. This list should only contain directories which the
system administrator has pre-created with the proper ownership and permissions otherwise
security issues can arise."
- - When C(remote_tmp) is required to be a system temp dir and it does not match any in the list,
+ - When O(remote_tmp) is required to be a system temp dir and it does not match any in the list,
the first one from the list will be used instead.
default: [ /var/tmp, /tmp ]
type: list