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

Use find to handle updated python versions #92

Closed awilliams closed 1 day ago

awilliams commented 4 days ago

The version of python is no longer 3.11. By using find, we ensure the command will remove the file regardless of Python version.

willhallonline commented 1 day ago

Will accept this and the move to other projects also where appropriate. Thanks!