Fix a YAML syntax problem
This commit is contained in:
parent
697b3eddb7
commit
2ef37ad740
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,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:\tabompard@fedoraproject.org'
|
||||||
notify:
|
notify:
|
||||||
- reload aliases
|
- reload aliases
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue