-
Using the Jinja2 Filter 'ansible.utils.ipaddr' results in error with Message
I am using the Docker Image This is a standard filter which comes with ansible and is installed per default https://docs.ansible.com/ansible/latest/collections/ansible/utils/docsite/filters_ipaddr.html Shouldn't all default modules, collection and packages have their dependencies have installed per default too? How can I solve this? Do I need to build the Docker Image myself and add all dependencies? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 9 replies
-
Hi @bufanda it is external collection: https://galaxy.ansible.com/ui/repo/published/ansible/utils/ You can add it via ---
collections:
- ansible.utils |
Beta Was this translation helpful? Give feedback.
Just merged MR for installing python deps by requirements.txt:
#1250