Loading
container: install dnspython to gluetool venv
This is required for the community.general.dig lookup
module to work. Started to hit this as we fixed the
profiles to use the Ansible from gluetool-modules venv.
localhost | FAILED! => {
"msg": "An unhandled exception occurred while running the lookup plugin 'community.general.dig'. Error was a <class 'ansible.errors.AnsibleError'>, original message: The dig lookup requires the python 'dnspython' library and it is not installed. The dig lookup requires the python 'dnspython' library and it is not installed"
}Signed-off-by: Miroslav Vadkerti mvadkert@redhat.com