mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-30 05:20:49 +08:00
Fix a syntax error, again
This commit is contained in:
@@ -161,7 +161,7 @@
|
||||
# owner=root group=root mode=0600
|
||||
|
||||
- name: send root mail to abompard
|
||||
lineinfile: dest=/etc/aliases regexp="^root:" line="root: abompard@fedoraproject.org"
|
||||
lineinfile: dest=/etc/aliases regexp='^root:' line='root: abompard@fedoraproject.org'
|
||||
notify:
|
||||
- reload aliases
|
||||
|
||||
|
||||
Reference in New Issue
Block a user