Update AWX images to CentOS 8

This commit is contained in:
Shane McDonald
2019-10-30 14:57:56 -04:00
parent 6060b62acd
commit c019d873b9
7 changed files with 30 additions and 77 deletions

View File

@@ -173,18 +173,6 @@
dest: "{{ docker_base_path }}/Makefile"
delegate_to: localhost
- name: Stage ansible repo
copy:
src: 'ansible.repo'
dest: '{{ docker_base_path }}/ansible.repo'
delegate_to: localhost
- name: Stage ansible repo key
copy:
src: 'RPM-GPG-KEY-ansible-release'
dest: '{{ docker_base_path }}/RPM-GPG-KEY-ansible-release'
delegate_to: localhost
- name: Build base web image
docker_image:
build: