system-config/roles/exim/tasks/RedHat.yaml
Ian Wienand 1939f3e8ec Move exim role to top-level
Move the exim role to be a "generic" role in the top-level roles/
directory, making it available for use as a Zuul role.

Update the linters jobs to look for roles in the top level

Update the Role documentation to explain what the split in roles is
about.

Change-Id: I6b49d2a4b120141b3c99f5f1e28c410da12d9dc3
2018-08-23 21:34:47 +10:00

11 lines
164 B
YAML

- name: Stop postfix
service:
name: postfix
enabled: false
state: stopped
- name: Install exim
yum:
name: "{{ package }}"
enablerepo: epel