mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 04:31:21 -03:30
Fix error in image_build role
I think I derped up and commited something in an old stash.
This commit is contained in:
parent
c8c982428d
commit
bfc74497b0
@ -1,13 +1,7 @@
|
||||
---
|
||||
- name: Get Version from checkout if not provided
|
||||
shell: "{{ lookup('file', playbook_dir + '/../VERSION') }}"
|
||||
delegate_to: localhost
|
||||
register: awx_version_command
|
||||
when: awx_version is not defined
|
||||
|
||||
- name: Set global version if not provided
|
||||
set_fact:
|
||||
awx_version: "{{ awx_version_command.stdout }}"
|
||||
awx_version: "{{ lookup('file', playbook_dir + '/../VERSION') }}"
|
||||
when: awx_version is not defined
|
||||
|
||||
- name: Verify awx-logos directory exists for official install
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user