79211368

Date: 2024-11-21 13:32:54
Score: 0.5
Natty:
Report link

Turns out I was simply using a wrong command line to run the playbook: ansible-playbook -i inventory.yml tasks/main.yml instead of ansible-playbook -i inventory.yml playbook.yml.

After that the error messages became much clearer and my final playbook looks like:

---
- name: Play
  hosts: all
  become: true
  roles:
    - /home/marco/play/roles/ics-ans-orca-driver
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Marco Montevechi Filho