summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Bowes <jbowes@repl.ca>2015-03-10 21:43:45 -0300
committerJames Bowes <jbowes@repl.ca>2015-03-10 21:43:45 -0300
commit1e36b6b7f6ea6840afaa3f4032ea721dd1e636be (patch)
tree4f79b9a059b89cf689916b471973046359099067
parentedbb95303df793646b771f4ddad1bf60f436f4cf (diff)
downloadansible-modules-core-1e36b6b7f6ea6840afaa3f4032ea721dd1e636be.tar.gz
Fix C() formatting typo in file module
-rw-r--r--files/file.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/file.py b/files/file.py
index 4eb6cb0b..8da87b07 100644
--- a/files/file.py
+++ b/files/file.py
@@ -57,7 +57,7 @@ options:
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),
directories will be recursively deleted, and files or symlinks will be unlinked.
- If C(touch) (new in 1.4), an empty file will be created if the c(path) does not
+ If C(touch) (new in 1.4), an empty file will be created if the C(path) does not
exist, while an existing file or directory will receive updated file access and
modification times (similar to the way `touch` works from the command line).
required: false