diff options
| author | Guilhem Moulin <guilhem@fripost.org> | 2014-06-29 18:10:29 +0200 |
|---|---|---|
| committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-07 02:52:09 +0200 |
| commit | e1cc46486b686df85cf30073878c1ee69e320d1b (patch) | |
| tree | c1c4606aec0b9cfd528da739445fb0b6742260dd /roles/IMAP | |
| parent | fd3adc5afe27e1208f8a173414a19884459ae54c (diff) | |
Fix syntax error.
Diffstat (limited to 'roles/IMAP')
| -rw-r--r-- | roles/IMAP/tasks/imap.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/IMAP/tasks/imap.yml b/roles/IMAP/tasks/imap.yml index c9471f3..5424485 100644 --- a/roles/IMAP/tasks/imap.yml +++ b/roles/IMAP/tasks/imap.yml @@ -66,7 +66,7 @@ command: genkeypair.sh x509 --pubkey=/etc/dovecot/ssl/imap.fripost.org.pem --privkey=/etc/dovecot/ssl/imap.fripost.org.key - --dns imap.fripost.org + --dns=imap.fripost.org -t rsa -b 4096 -h sha512 register: r1 changed_when: r1.rc == 0 |
