fixing some sloppy quoting
This commit is contained in:
parent
2b36f84bdd
commit
b1e67b8c58
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue