diff --git a/roles/publican_webhost/tasks/main.yml b/roles/publican_webhost/tasks/main.yml index d3e80d4771..74526370c2 100644 --- a/roles/publican_webhost/tasks/main.yml +++ b/roles/publican_webhost/tasks/main.yml @@ -3,7 +3,7 @@ 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 + yum: name="publican-{{ publican_brand }}-web" state=installed - name: install fedwatch