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
392 stars 137 forks source link

Install "ansible" collection (pip package) #40

Closed goetzc closed 3 years ago

goetzc commented 3 years ago

Since Ansible was split into ansible-core and collections, the ansible package now contains useful set of collections which were available before the spit. This is needed specially since version 2.11.

https://pypi.org/project/ansible/

These are the collections included in the ansible package: https://galaxy.ansible.com/ansible

Included utilities are:

willhallonline commented 3 years ago

I have added this for the most recent versions. Thanks for bringing it to my attention, I was still using 2.10 for most things, but will probably move to 2.11 now.

willhallonline commented 3 years ago

Resolved by v3.1.2

goetzc commented 3 years ago

I see it https://github.com/willhallonline/docker-ansible/commit/ac4e4889c08514c53691414a35bdbd36bdac3cf9. Thanks!