Fix syntax error.

This commit is contained in:
Ralph Bean 2015-06-11 18:35:58 +00:00
parent 4df520620b
commit 06901866a7

View file

@ -116,7 +116,7 @@
- name: config for the kojid runroot plugin (only in staging) - name: config for the kojid runroot plugin (only in staging)
copy: src=runroot.conf dest=/etc/kojid/runroot.conf copy: src=runroot.conf dest=/etc/kojid/runroot.conf
when: 'staging' in group_names when: env == 'staging'
notify: notify:
- restart kojid - restart kojid
tags: tags: