1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-22 23:12:32 +01:00
eoli3n-dotfiles/roles/mako/handlers/main.yml
2020-05-18 15:29:35 +02:00

7 lines
116 B
YAML

---
- name: reload mako
shell: makoctl reload
when: ansible_virtualization_role == "host"
ignore_errors: yes