Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e2af927

Browse files
author
Michael DeHaan
committed
Take notes on features that need to be documented in CHANGELOG
1 parent feb4a88 commit e2af927

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ Ansible Changes By Release
55

66
Major new features:
77

8-
* 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.
8+
* (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.
99
* ability to make undefined template variables raise errors, see ansible.cfg
10-
* sudo: True/False and sudo_user: True/False can set at include and role level
10+
* (DOCS PENDING) sudo: True/False and sudo_user: True/False can set at include and role level
1111
* added changed_when: (expression) which allows overriding whether a result is changed or not, can work with registered expressions.
1212

1313
New modules:

0 commit comments

Comments
 (0)