From: Alexander Barton Date: Fri, 1 Dec 2017 15:09:10 +0000 (+0100) Subject: postfix: Fix type of Debconf option "postfix/protocols" X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d8113da344fbebad62266444dc1987345d4ca3b;p=AnsibleRoles.git postfix: Fix type of Debconf option "postfix/protocols" --- diff --git a/roles/postfix/tasks/main.yml b/roles/postfix/tasks/main.yml index 965a510..87e5155 100644 --- a/roles/postfix/tasks/main.yml +++ b/roles/postfix/tasks/main.yml @@ -114,7 +114,7 @@ name=postfix question=postfix/protocols value="{{ postfix_protocols }}" - vtype=string + vtype=select notify: - update "postfix" configuration