You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,9 +5,9 @@ Ansible Changes By Release
5
5
6
6
Major new features:
7
7
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.
9
9
* 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
11
11
* added changed_when: (expression) which allows overriding whether a result is changed or not, can work with registered expressions.
0 commit comments