Updating CHANGELOG for new symbolic mode feature and updating file docs

pull/8048/merge
James Cammarata 10 years ago
parent 674c35bc8c
commit 811ff49f78

@ -26,6 +26,7 @@ New Modules:
Some other notable changes:
* support for symbolic representations (ie. u+rw) for file permission modes (file/copy/template modules etc.).
* docker: Added support for specifying the net type of the container.
* docker: support for specifying read-only volumes.
* docker: support for specifying the API version to use for the remote connection.
@ -43,7 +44,7 @@ Some other notable changes:
* ec2: can set optimized flag
* various parser improvements
* produce a friendly error message if the SSH key is too permissive
* ec2_ami_searcH: support for SSD and IOPS provisioned EBS images
* ec2_ami_search: support for SSD and IOPS provisioned EBS images
And various other bug fixes and improvements ...

@ -26,7 +26,7 @@ options:
default: null
choices: []
description:
- mode the file or directory should be, such as 0644 as would be fed to I(chmod)
- mode the file or directory should be, such as 0644 as would be fed to I(chmod). As of version 1.8, the mode may be specified as a symbolic mode (for example, C(u+rwx) or C(u=rw,g=r,o=r)).
owner:
required: false
default: null

Loading…
Cancel
Save