Merge pull request #183 from matburt/latest_greatest_ansible

Include ansible centos repo link and install the latest ansible
This commit is contained in:
Matthew Jones
2017-09-17 05:16:32 -07:00
committed by GitHub
4 changed files with 72 additions and 1 deletions

View File

@@ -169,6 +169,18 @@
dest: "{{ docker_base_path }}/Makefile"
delegate_to: localhost
- name: State ansible repo
copy:
src: 'ansible.repo'
dest: '{{ docker_base_path }}/ansible.repo'
delegate_to: localhost
- name: State 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:
buildargs: