templier-ansible/plays/nullmailer.yml

8 lines
189 B
YAML
Raw Normal View History

#!/usr/bin/env ansible-playbook
---
- hosts: debian,!postfix
vars:
nullmailer: "{{ glob_nullmailer | default({}) | combine(loc_nullmailer | default({})) }}"
roles:
- nullmailer