We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f49debf + 3433f2c commit 2911fc8Copy full SHA for 2911fc8
handlers/main.yml
@@ -9,7 +9,7 @@
9
when: postfix_default_database_type != 'regexp'
10
11
- name: postmap sasl_passwd
12
- command: postmap -p {{ postfix_default_database_type }}:{{ postfix_sasl_passwd_file }}
+ command: postmap {{ postfix_default_database_type }}:{{ postfix_sasl_passwd_file }}
13
14
15
- name: postmap sender_canonical_maps
0 commit comments