mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Take notes on features that need to be documented in CHANGELOG
This commit is contained in:
parent
feb4a8847d
commit
e2af927c3f
1 changed files with 2 additions and 2 deletions
|
@ -5,9 +5,9 @@ Ansible Changes By Release
|
||||||
|
|
||||||
Major new features:
|
Major new features:
|
||||||
|
|
||||||
* new /etc/ansible/facts.d allows JSON or INI style facts to be provided from the remote node, and supports executable fact programs in this dir. Files must end in *.fact.
|
* (DOCS PENDING) new /etc/ansible/facts.d allows JSON or INI style facts to be provided from the remote node, and supports executable fact programs in this dir. Files must end in *.fact.
|
||||||
* ability to make undefined template variables raise errors, see ansible.cfg
|
* ability to make undefined template variables raise errors, see ansible.cfg
|
||||||
* sudo: True/False and sudo_user: True/False can set at include and role level
|
* (DOCS PENDING) sudo: True/False and sudo_user: True/False can set at include and role level
|
||||||
* added changed_when: (expression) which allows overriding whether a result is changed or not, can work with registered expressions.
|
* added changed_when: (expression) which allows overriding whether a result is changed or not, can work with registered expressions.
|
||||||
|
|
||||||
New modules:
|
New modules:
|
||||||
|
|
Loading…
Reference in a new issue