From 2b36f84bddd8958d848ca42bf0fcf8f81c49d4ed Mon Sep 17 00:00:00 2001 From: Pete Travis Date: Mon, 12 May 2014 21:25:03 +0000 Subject: [PATCH] The shift key must have stuck. Yeah, that's it. --- roles/publican_webhost/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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