linderhof/playbooks/diun.yml

9 lines
150 B
YAML
Raw Permalink Normal View History

---
- name: Deploy Diun (Docker Image Update Notifier)
hosts: all
become: true
roles:
- role: diun
when: enable_diun | default(true)