mirror of
https://github.com/ansible/awx.git
synced 2026-03-09 05:29:26 -02:30
Merge pull request #7872 from AlanCoding/devel_version
Fix awx.awx version replacement regex Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
- name: Set the collection version in the tower_api.py file
|
- name: Set the collection version in the tower_api.py file
|
||||||
replace:
|
replace:
|
||||||
path: "{{ collection_path }}/plugins/module_utils/tower_api.py"
|
path: "{{ collection_path }}/plugins/module_utils/tower_api.py"
|
||||||
regexp: '^ _COLLECTION_VERSION = "devel"'
|
regexp: '^ _COLLECTION_VERSION = "0.0.1-devel"'
|
||||||
replace: ' _COLLECTION_VERSION = "{{ collection_version }}"'
|
replace: ' _COLLECTION_VERSION = "{{ collection_version }}"'
|
||||||
when:
|
when:
|
||||||
- "awx_template_version | default(True)"
|
- "awx_template_version | default(True)"
|
||||||
|
|||||||
Reference in New Issue
Block a user