Add note about changed_when to changelog.
This commit is contained in:
parent
f3c69040b4
commit
8be17cd7f8
1 changed files with 1 additions and 0 deletions
|
@ -8,6 +8,7 @@ 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.
|
* 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
|
* 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.
|
||||||
|
|
||||||
New modules:
|
New modules:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue