Egor Alekseev
Results
2
comments of
Egor Alekseev
Yes, `main.yml` exists in my directory, but `main.yml` contains include tasks, for example: `- include: configure/main.yml` In this way I have the following structure: `roles/[role_name]/tasks/main.yml` `roles/[role_name]/tasks/configure/main.yml`
Yeah, I got it, thank you for fast response.