mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-21 03:23:59 -07:00
Upgraded variable support met with upgraded conditional support, see examples/playbooks/upgraded_vars.yml
for details!
This commit is contained in:
parent
38c2b14339
commit
f585c4cde7
6 changed files with 58 additions and 25 deletions
|
@ -8,7 +8,8 @@ Core Features:
|
|||
* capability to set 'all_errors_fatal: True' in a playbook to force any error to stop execution versus
|
||||
a whole group or serial block needing to fail
|
||||
usable, without breaking the ability to override in ansible
|
||||
* ability to use variables from {{ }} syntax in mainline playbooks (work in progress)
|
||||
* ability to use variables from {{ }} syntax in mainline playbooks, new 'when' conditional,
|
||||
see examples/playbooks/upgraded_vars.yml
|
||||
* can set ansible_private_key_file as an inventory variable (similar to ansible_ssh_host, etc)
|
||||
|
||||
Modules added
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue