mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-20 19:13:59 -07:00
Added "debug: var=variableName" capability.
This commit is contained in:
parent
84ff24d92c
commit
e131de4de0
5 changed files with 44 additions and 13 deletions
|
@ -16,6 +16,7 @@ Highlighted new features:
|
|||
* The roles search path is now configurable in ansible.cfg. 'roles_path' in the config setting.
|
||||
* Includes with parameters can now be done like roles for consistency: - { include: song.yml, year:1984, song:'jump' }
|
||||
* The name of each role is now shown before each task if roles are being used
|
||||
* Adds a "var=" option to the debug module for debugging variable data. "debug: var=hostvars['hostname']" and "debug: var=foo" are all valid syntax.
|
||||
|
||||
New modules and plugins:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue