Reduce the size of the production container image

This commit is contained in:
Matthew Jones
2017-08-22 09:02:32 -04:00
parent d39c70d9f2
commit 6e4d886ea4
3 changed files with 11 additions and 14 deletions

View File

@@ -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: