Second batch of CentOS 8 to Rocky Linux 8
This commit is contained in:
parent
252679dad3
commit
8b68d7f1b2
3 changed files with 13 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue