mirror of
https://github.com/ansible/awx.git
synced 2026-03-17 17:07:33 -02:30
Reduce the size of the production container image
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
- name: Set global version if not provided
|
||||
set_fact:
|
||||
awx_version: "{{ awx_version_command.stdout }}"
|
||||
use_local_awx: true
|
||||
when: awx_version is not defined
|
||||
|
||||
- name: Set sdist file name
|
||||
@@ -26,7 +25,6 @@
|
||||
chdir: ..
|
||||
creates: "../dist/{{ awx_sdist_file }}"
|
||||
delegate_to: localhost
|
||||
when: use_local_awx is not defined
|
||||
|
||||
- name: Set docker build base path
|
||||
set_fact:
|
||||
|
||||
Reference in New Issue
Block a user