base: Fix ansible warning from postfix install

This commit is contained in:
Timo Makinen 2020-09-24 18:46:53 +00:00
parent 70e3120374
commit 6915b013a1

View file

@ -12,7 +12,7 @@
- name: install postfix
include_role:
name: postfix
when: "'mail' not in {{ group_names }}"
when: "'mail' not in group_names"
- name: install packages
package: