Adding directory creation example to file module.
This commit is contained in:
parent
428369b76c
commit
f38bf24c8a
1 changed files with 3 additions and 0 deletions
|
@ -101,6 +101,9 @@ EXAMPLES = '''
|
|||
# touch the same file, but add/remove some permissions
|
||||
- file: path=/etc/foo.conf state=touch mode="u+rw,g-wx,o-rwx"
|
||||
|
||||
# create a directory if it doesn't exist
|
||||
- file: path=/etc/some_directory state=directory mode=0755
|
||||
|
||||
'''
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue