Merge "Scope exim service name variable"

This commit is contained in:
Zuul 2018-08-27 14:53:04 +00:00 committed by Gerrit Code Review
commit 4bd5095f37
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
- name: Restart exim
service:
name: "{{ service_name }}"
name: "{{ exim_service_name }}"
state: restarted

View File

@ -36,5 +36,5 @@
- name: Enable exim
service:
name: "{{ service_name }}"
name: "{{ exim_service_name }}"
enabled: true

View File

@ -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

View File

@ -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