Second batch of CentOS 8 to Rocky Linux 8

This commit is contained in:
Timo Makinen 2022-02-01 18:29:18 +00:00
parent 252679dad3
commit 8b68d7f1b2
3 changed files with 13 additions and 5 deletions

View file

@ -103,6 +103,15 @@
validate: /bin/sh -c '/usr/bin/m4 %s > /dev/null'
notify: update sendmail config
- name: copy aliases
copy:
src: aliases
dest: /etc/aliases
mode: 0644
owner: root
group: "{{ ansible_wheel }}"
notify: update aliases
- name: enable sendmail service
service:
name: sendmail