Merge "Scope exim service name variable"
This commit is contained in:
commit
4bd5095f37
@ -1,4 +1,4 @@
|
||||
- name: Restart exim
|
||||
service:
|
||||
name: "{{ service_name }}"
|
||||
name: "{{ exim_service_name }}"
|
||||
state: restarted
|
||||
|
@ -36,5 +36,5 @@
|
||||
|
||||
- name: Enable exim
|
||||
service:
|
||||
name: "{{ service_name }}"
|
||||
name: "{{ exim_service_name }}"
|
||||
enabled: true
|
||||
|
@ -1,5 +1,5 @@
|
||||
package: exim4-daemon-light
|
||||
service_name: exim4
|
||||
exim_service_name: exim4
|
||||
config_file: /etc/exim4/exim4.conf
|
||||
conf_dir: /etc/exim4
|
||||
sysdefault_file: /etc/default/exim4
|
||||
|
@ -1,5 +1,5 @@
|
||||
package: exim
|
||||
service_name: exim
|
||||
exim_service_name: exim
|
||||
config_file: /etc/exim/exim.conf
|
||||
conf_dir: /etc/exim/
|
||||
sysdefault_file: /etc/sysconfig/exim
|
||||
|
Loading…
Reference in New Issue
Block a user