From f8e520e736946c1df9381892d9d686314b5fc162 Mon Sep 17 00:00:00 2001 From: Sayan Chowdhury Date: Fri, 16 Feb 2018 17:09:12 +0530 Subject: [PATCH] fedimg: Fix the typo in the installation task Signed-off-by: Sayan Chowdhury --- playbooks/manual/upgrade/fedimg.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/manual/upgrade/fedimg.yml b/playbooks/manual/upgrade/fedimg.yml index 593111da45..56f06c9c1a 100644 --- a/playbooks/manual/upgrade/fedimg.yml +++ b/playbooks/manual/upgrade/fedimg.yml @@ -13,7 +13,7 @@ command: yum clean all {%if testing%} --enablerepo=infrastructure-tags-stg {%endif%} check_mode: no - name: yum update fedimg packages from main repo - yum: name"{{ item }}" state=latest + yum: name="{{ item }}" state=latest with_items: - python-fedimg - python2-libcloud