Skip to content
Snippets Groups Projects
Commit aa01046a authored by Jens Steidl's avatar Jens Steidl :baby_chick:
Browse files

fix: added meta task so role can be combined with others without thinking about handler priorities

parent 4766f945
No related branches found
No related tags found
No related merge requests found
...@@ -78,3 +78,7 @@ ...@@ -78,3 +78,7 @@
autoremove: "yes" autoremove: "yes"
when: ansible_os_family == "Debian" when: ansible_os_family == "Debian"
tags: [apt] tags: [apt]
- name: Flush handlers am Ende der Rolle
meta: flush_handlers
tags: [always]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment