mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-04 14:03:32 +08:00
Fix a YAML syntax problem, at last
This commit is contained in:
@@ -141,7 +141,7 @@
|
||||
# owner=root group=root mode=0600
|
||||
|
||||
- name: send root mail to abompard
|
||||
lineinfile: dest=/etc/aliases regexp='^root:' line="root:\tabompard@fedoraproject.org"
|
||||
lineinfile: dest=/etc/aliases regexp='^root:' line="root:abompard@fedoraproject.org"
|
||||
notify:
|
||||
- reload aliases
|
||||
|
||||
|
||||
Reference in New Issue
Block a user