mirror of
https://github.com/ansible/awx.git
synced 2026-03-19 01:47:31 -02:30
Fix jinja2 error from newer ansible versions (#16356)
* Fix error from newer ansible versions
* Include fix for setting cachable
* Revert "Include fix for setting cachable"
This reverts commit 477293c258.
This commit is contained in:
@@ -236,7 +236,7 @@
|
||||
changed_when: "'was installed successfully' in galaxy_result.stdout"
|
||||
when:
|
||||
- roles_enabled | bool
|
||||
- req_file
|
||||
- req_file | length > 0
|
||||
tags:
|
||||
- install_roles
|
||||
|
||||
@@ -255,7 +255,7 @@
|
||||
when:
|
||||
- "ansible_version.full is version_compare('2.9', '>=')"
|
||||
- collections_enabled | bool
|
||||
- req_file
|
||||
- req_file | length > 0
|
||||
tags:
|
||||
- install_collections
|
||||
|
||||
@@ -276,7 +276,7 @@
|
||||
- "ansible_version.full is version_compare('2.10', '>=')"
|
||||
- collections_enabled | bool
|
||||
- roles_enabled | bool
|
||||
- req_file
|
||||
- req_file | length > 0
|
||||
tags:
|
||||
- install_collections
|
||||
- install_roles
|
||||
|
||||
Reference in New Issue
Block a user