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
397
stars
137
forks
source link
Use find to handle updated python versions #92
Closed
awilliams closed 2 weeks ago
The version of python is no longer
3.11
. By usingfind
, we ensure the command will remove the file regardless of Python version.