Fix a YAML syntax problem

This commit is contained in:
Aurélien Bompard 2014-01-20 18:47:46 +00:00
parent 697b3eddb7
commit 2ef37ad740

View file

@ -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