512174a828
This means that ansible 2.9 is typically used, and causes ansible-lint to fail. Two workarounds have been added to address this: * Use .get() to avoid passing an undefined object through to_nice_yaml filter * Create a dummy tenks_update_state.py module to avoid ansible-lint being confused about our action plugin. Change-Id: I54388f713e17a47601be2db63a26fc43ca7ac6c8
6 lines
145 B
YAML
6 lines
145 B
YAML
---
|
|
features:
|
|
- |
|
|
Updates the minimum allowed version of Ansible from 2.6 to 2.7, and the
|
|
maximum allowed version from 2.7.x to 2.9.x.
|