diff --git a/playbook.yml b/playbook.yml index fbd9dc4..8ae012f 100644 --- a/playbook.yml +++ b/playbook.yml @@ -3,8 +3,8 @@ gather_facts: true hosts: lime2,lime2-test roles: - - role: common - tags: [mail, forgejo, deuxpuissanceiks, tunuifranken] + - role: common_handlers + tags: always - role: mail tags: mail - role: forgejo diff --git a/roles/common/handlers/main.yml b/roles/common_handlers/handlers/main.yml similarity index 100% rename from roles/common/handlers/main.yml rename to roles/common_handlers/handlers/main.yml