base: Fix ansible warning from postfix install
This commit is contained in:
parent
70e3120374
commit
6915b013a1
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
- name: install postfix
|
- name: install postfix
|
||||||
include_role:
|
include_role:
|
||||||
name: postfix
|
name: postfix
|
||||||
when: "'mail' not in {{ group_names }}"
|
when: "'mail' not in group_names"
|
||||||
|
|
||||||
- name: install packages
|
- name: install packages
|
||||||
package:
|
package:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue