Commit 125e9d47 by Michael DeHaan

Merge pull request #6086 from alvin-chang/patch-1

Match directory permission with 755 instead of 644
parents 7fe3db40 1e8731f0
......@@ -138,7 +138,7 @@ same options can be passed directly to the ``copy`` module as well::
The ``file`` module can also create directories, similar to ``mkdir -p``::
$ ansible webservers -m file -a "dest=/path/to/c mode=644 owner=mdehaan group=mdehaan state=directory"
$ ansible webservers -m file -a "dest=/path/to/c mode=755 owner=mdehaan group=mdehaan state=directory"
As well as delete directories (recursively) and delete files::
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment