Fix a syntax error, again
This commit is contained in:
parent
47e672cf38
commit
34c38adfe0
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@
|
||||||
# owner=root group=root mode=0600
|
# owner=root group=root mode=0600
|
||||||
|
|
||||||
- name: send root mail to abompard
|
- 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:
|
notify:
|
||||||
- reload aliases
|
- reload aliases
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue