View difference between Paste ID: v5H9CTFF and HqRy93KB
SHOW: | | - or go back to the newest paste.
1
playbook.yml
2
myrole/
3-
   tasks/ <-- there is no main.yml here, but Ansible checks here first and exits silently because it didn't find anything
3+
   tasks/ <-- there is no main.yml here; Ansible checks here first and exits silently
4
roles/
5
   myrole/
6
      tasks/
7
         main.yml <-- this is the file I was expecting Ansible to pick up