mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Updating CHANGELOG for new symbolic mode feature and updating file docs
This commit is contained in:
parent
674c35bc8c
commit
811ff49f78
2 changed files with 3 additions and 2 deletions
|
@ -26,6 +26,7 @@ New Modules:
|
||||||
|
|
||||||
Some other notable changes:
|
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: Added support for specifying the net type of the container.
|
||||||
* docker: support for specifying read-only volumes.
|
* docker: support for specifying read-only volumes.
|
||||||
* docker: support for specifying the API version to use for the remote connection.
|
* 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
|
* ec2: can set optimized flag
|
||||||
* various parser improvements
|
* various parser improvements
|
||||||
* produce a friendly error message if the SSH key is too permissive
|
* 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 ...
|
And various other bug fixes and improvements ...
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@ options:
|
||||||
default: null
|
default: null
|
||||||
choices: []
|
choices: []
|
||||||
description:
|
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:
|
owner:
|
||||||
required: false
|
required: false
|
||||||
default: null
|
default: null
|
||||||
|
|
Loading…
Reference in a new issue