Fix syntax error.
This commit is contained in:
parent
4df520620b
commit
06901866a7
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@
|
|||
|
||||
- name: config for the kojid runroot plugin (only in staging)
|
||||
copy: src=runroot.conf dest=/etc/kojid/runroot.conf
|
||||
when: 'staging' in group_names
|
||||
when: env == 'staging'
|
||||
notify:
|
||||
- restart kojid
|
||||
tags:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue