fedimg: Fix the typo in the installation task

Signed-off-by: Sayan Chowdhury <sayan.chowdhury2012@gmail.com>
This commit is contained in:
Sayan Chowdhury 2018-02-16 17:09:12 +05:30 committed by Sayan Chowdhury
parent dc2af9f8b0
commit f8e520e736

View file

@ -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