ingvarrwvw

Results 6 comments of ingvarrwvw

This is the problem of the bundler, because the ansible works out this playbook without errors

> Adding `use_fqcn = True` to class rhv in the file https://github.com/ansible/awx/blob/devel/awx/main/models/inventory.py fixes this issue: > > ``` > class rhv(PluginFileInjector): > """ovirt uses the custom credential templating, and that...

> @ingvarrwvw > > On your AWX deployment, in the web container (if your deployment name is awx01 then the container is awx01-web), change the file /var/lib/awx/venv/awx/lib/python3.9/site-packages/awx/main/models/inventory.py with the changes...

> @ingvarrwvw it has to be done on both web and task containers. Below is my config map and deployment file (unchanged sections cropped for clarity): > > ``` >...