Fix a syntax error
This commit is contained in:
parent
5e51be733b
commit
47e672cf38
1 changed files with 1 additions and 2 deletions
|
@ -161,8 +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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue