-
-
Notifications
You must be signed in to change notification settings - Fork 606
Open
Labels
Description
Version
ansible-core >= 2.19
What did you expect to happen?
playbooks run without crashing
What actually happens?
ansible-core >= 2.19 introduces many bugs related to formats such as:
Conditionals must have a boolean result.
The following variables must be formatted as dicts: '[]'
These are related to breaking changes in ansible-core 2.19 : see https://docs.ansible.com/ansible/latest/porting_guides/porting_guide_core_2.19.html
Steps to reproduce
install the latest ansible by running, in trellis folder :
rm -rf .trellis/virtualenv && trellis init
Then run a playbook : vagrant provision
System info
No response
Log output
Please confirm this isn't a support request.
Yes