fixing some sloppy quoting

This commit is contained in:
Pete Travis 2014-05-12 21:28:16 +00:00
parent 2b36f84bdd
commit b1e67b8c58

View file

@ -1,6 +1,6 @@
---
- name: copy repo definition
template: src=koji-tag-package.repo dest="/etc/yum.repos.d/{{ kojitag }}.repo owner=root group=root"
template: src=koji-tag-package.repo dest="/etc/yum.repos.d/{{ kojitag }}.repo" owner=root group=root
- name: install publican & brand
yum: name="publican-{{ publican_brand }}-web" state=installed
@ -11,7 +11,7 @@
# needs updating!
- name: copy fedwatch.conf
copy: src=fedwatch.conf" dest=/etc/fedwatch.conf mode=0644
copy: src=fedwatch.conf dest=/etc/fedwatch.conf mode=0644
# verify + test
- name: copy fedwatch triggers