Problem:
When trying to install pulp using Ansible the role pulp.pulp_installer.pulp_database fails on task Load OS specific variables with the following error:
fatal: [pulp_server]: FAILED! => {"msg": "An unhandled exception occurred while running the lookup plugin 'first_found'. Error was a <class 'ansible.errors.AnsibleLookupError'>, original message: No file was found when using first_found. Use errors='ignore' to allow this task to be skipped if no files are found"}
The error is probably caused by pulp_installer/roles/pulp_database/tasks/main.yml
, line 3:
3 include_vars: "{{ lookup('first_found', params) }}"
Any help how to solve this error would be greatly appreciated, thanks.
Please let me know if further details are needed.
Expected outcome:
The role should run flawlessly and install PostgreSQL.
Pulpcore version:
3.20.1
Pulp plugins installed and their versions:
This is a clean install on a new system. No plugins are present.
Operating system - distribution and version:
Rocky Linux 8.6
Other relevant data: