cronmails: Add option to skip Exim4 installation
This commit is contained in:
parent
584a7e506f
commit
f3ffdfc133
3 changed files with 5 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
# Install and configure exim
|
||||
- name: cronmails - Install exim4
|
||||
when: not exim_skip_install
|
||||
ansible.builtin.include_tasks: "{{ item }}"
|
||||
with_first_found:
|
||||
- "cronmails-{{ ansible_distribution }}.{{ ansible_distribution_release }}.yml"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue