Avoid using when condition for each task, while including an Ansible validation role? – Debian
I have the following roles structure: $ tree roles roles ├── user │ └── tasks │ └── main.yaml └── validation └── tasks └── main.yaml My goal is to include the validation role into multiple roles and avoid using a when…