willhallonline / docker-ansible

Ansible inside Docker containers: Alpine, Ubuntu, Rocky & Debian with Ansible 2.16, 2.15, 2.14, 2.13, 2.12, 2.11, 2.10 and 2.9 + Mitogen
https://www.willhallonline.co.uk/project/docker/docker-ansible/
MIT License
376 stars 135 forks source link

All tags seem to run ansible core 2.13.1 #52

Closed gnotari closed 2 years ago

gnotari commented 2 years ago

Example:

docker run --rm -it willhallonline/ansible:2.10-bullseye

ansible-playbook [core 2.13.1]
  config file = None
  configured module search path = ['/root/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/local/lib/python3.9/dist-packages/ansible
  ansible collection location = /root/.ansible/collections:/usr/share/ansible/collections
  executable location = /usr/local/bin/ansible-playbook
  python version = 3.9.2 (default, Feb 28 2021, 17:03:44) [GCC 10.2.1 20210110]
  jinja version = 3.1.2
  libyaml = True
willhallonline commented 2 years ago

You are right, this is happening on all 2.9 and 2.10 Ansible version. I have seen that installing ansible-lint pulls through an upgrade to latest version of ansible. I have remediated this just testing that it is working before new release.

gnotari commented 2 years ago

Thanks, I confirm that versions now are those expected.

willhallonline commented 2 years ago

Excellent. And thanks for following up. I really appreciate it. Have a great day!