-
Notifications
You must be signed in to change notification settings - Fork 52
Description
Hi,
I downaloded the latest playbook. When I target a 22.04 LTS box Iget the error below :
TASK [geerlingguy.java : Include version-specific variables for Ubuntu.] ******************
fatal: [default]: FAILED! => {"ansible_facts": {}, "ansible_included_var_files": [], "changed": false, "message": "Could not find or access 'Ubuntu-24.yml'\nSearched in:\n\t/home/innopac/islandora-playbook/roles/external/geerlingguy.java/vars/Ubuntu-24.yml\n\t/home/innopac/islandora-playbook/roles/external/geerlingguy.java/Ubuntu-24.yml\n\t/home/innopac/islandora-playbook/roles/external/geerlingguy.java/tasks/vars/Ubuntu-24.yml\n\t/home/innopac/islandora-playbook/roles/external/geerlingguy.java/tasks/Ubuntu-24.yml\n\t/home/innopac/islandora-playbook/vars/Ubuntu-24.yml\n\t/home/innopac/islandora-playbook/Ubuntu-24.yml on the Ansible Controller.\nIf you are using a module and expect the file to exist on the remote, see the remote_src option"}
PLAY RECAP ********************************************************************************
default : ok=118 changed=30 unreachable=0 failed=1 skipped=173 rescued=0 ignored=0
Theres is no Ubuntu-24.yml file in the specified location.
What options (if any) do I have ?
Thanks