mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix a few spelling errors in the changelog
This commit is contained in:
parent
75f933cf64
commit
bc2e6d4d0e
1 changed files with 5 additions and 5 deletions
|
@ -4,7 +4,7 @@ Ansible Changes By Release
|
||||||
## 2.0 "TBD" - ACTIVE DEVELOPMENT
|
## 2.0 "TBD" - ACTIVE DEVELOPMENT
|
||||||
|
|
||||||
Major Changes:
|
Major Changes:
|
||||||
big_ip modules now support turning off ssl certificat validation (use only for self signed)
|
big_ip modules now support turning off ssl certificate validation (use only for self signed)
|
||||||
|
|
||||||
New Modules:
|
New Modules:
|
||||||
cloudtrail
|
cloudtrail
|
||||||
|
@ -63,8 +63,8 @@ New Modules:
|
||||||
|
|
||||||
New Filters:
|
New Filters:
|
||||||
|
|
||||||
* ternary: allows for trueval/falseval assignement dependint on conditional
|
* ternary: allows for trueval/falseval assignment dependent on conditional
|
||||||
* cartesian: returns the cartesian product of 2 lists
|
* cartesian: returns the Cartesian product of 2 lists
|
||||||
* to_uuid: given a string it will return an ansible domain specific UUID
|
* to_uuid: given a string it will return an ansible domain specific UUID
|
||||||
* checksum: uses the ansible internal checksum to return a hash from a string
|
* checksum: uses the ansible internal checksum to return a hash from a string
|
||||||
* hash: get a hash from a string (md5, sha1, etc)
|
* hash: get a hash from a string (md5, sha1, etc)
|
||||||
|
@ -100,7 +100,7 @@ Other Notable Changes:
|
||||||
* docker module states have been greatly enhanced. The reworked and new states are:
|
* docker module states have been greatly enhanced. The reworked and new states are:
|
||||||
* present now creates but does not start containers
|
* present now creates but does not start containers
|
||||||
* restarted always restarts a container
|
* restarted always restarts a container
|
||||||
* reloaded restarts a container if ansible detects that the configuration is different than what is spcified
|
* reloaded restarts a container if ansible detects that the configuration is different than what is specified
|
||||||
* reloaded accounts for exposed ports, env vars, and volumes
|
* reloaded accounts for exposed ports, env vars, and volumes
|
||||||
* Can now connect to the docker server using TLS
|
* Can now connect to the docker server using TLS
|
||||||
* Several source control modules had force parameters that defaulted to true.
|
* Several source control modules had force parameters that defaulted to true.
|
||||||
|
|
Loading…
Reference in a new issue