ood-ansible
ood-ansible copied to clipboard
No file was found when using first_found
my host is a proxmox ubuntu jammy LXC. The only edit I made to this role was enabling build from source.
$ cat hosts:
[ood]
123.456.789.123
$ cat custom_ood.yml
---
- hosts: ood
roles:
- role: ood-ansible-2.0.6
$ ansible-playbook custom_ood.yml
TASK [ood-ansible-2.0.6 : include distribution variables] **********************************************************************************
fatal: [ood]: FAILED! => {"msg": "No file was found when using first_found."}