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

7 lines
116 B
YAML
Raw Permalink Normal View History

2020-05-14 16:20:03 +02:00
---
- name: reload mako
shell: makoctl reload
2020-05-18 15:29:35 +02:00
when: ansible_virtualization_role == "host"
ignore_errors: yes