geerlingguy / docker-centos7-ansible

CentOS 7 Docker container for Ansible playbook and role testing.
https://hub.docker.com/r/geerlingguy/docker-centos7-ansible/
MIT License
102 stars 87 forks source link

How to update ansible version? #2

Closed asg1612 closed 6 years ago

asg1612 commented 6 years ago

Hi,

I'm working with docker-centos7-ansible and docker-ubuntu1604-ansible for testing my roles. It's fantastic!

I use "import_tasks" on ansible yml file. This works fine on ubuntu container but on centos container fails. Ubuntu image is build with ansible 2.4 version and centos image is build wiht ansible 2.3.

I built Centos image from Dockerfile and works fine because the image was created with ansible 2.4.

I don't know what is the best practice for update the image... I should fork your project and management my own image? We can trigger periodically a build for the image?