sendmail: Add automatic ca certificate updates
This commit is contained in:
parent
778f8e99d7
commit
7c9727c6a6
4 changed files with 50 additions and 1 deletions
|
@ -21,3 +21,11 @@
|
|||
- newaliases
|
||||
register: result
|
||||
changed_when: result.rc == 0
|
||||
|
||||
- name: Update sendmail root certs
|
||||
ansible.builtin.command:
|
||||
argv:
|
||||
- update-sendmail-certs
|
||||
register: result
|
||||
failed_when: false
|
||||
changed_when: result.rc == 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue