From 8a84b22d766ea5c9db2865b408de93900fd9c8e1 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Tue, 6 May 2014 23:43:07 -0400 Subject: [PATCH] bumped to 1.7 --- lib/ansible/utils/module_docs_fragments/files.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/utils/module_docs_fragments/files.py b/lib/ansible/utils/module_docs_fragments/files.py index 13fe3144d5..f1b18ba5b0 100644 --- a/lib/ansible/utils/module_docs_fragments/files.py +++ b/lib/ansible/utils/module_docs_fragments/files.py @@ -30,7 +30,7 @@ options: state: description: - If C(directory), all immediate subdirectories will be created if they - do not exist, since 1.6 they will be created with the supplied permissions. + do not exist, since 1.7 they will be created with the supplied permissions. If C(file), the file will NOT be created if it does not exist, see the M(copy) or M(template) module if you want that behavior. If C(link), the symbolic link will be created or changed. Use C(hard) for hardlinks. If C(absent),