fedimg: Fix the typo in the installation task
Signed-off-by: Sayan Chowdhury <sayan.chowdhury2012@gmail.com>
This commit is contained in:
parent
dc2af9f8b0
commit
f8e520e736
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
command: yum clean all {%if testing%} --enablerepo=infrastructure-tags-stg {%endif%}
|
command: yum clean all {%if testing%} --enablerepo=infrastructure-tags-stg {%endif%}
|
||||||
check_mode: no
|
check_mode: no
|
||||||
- name: yum update fedimg packages from main repo
|
- name: yum update fedimg packages from main repo
|
||||||
yum: name"{{ item }}" state=latest
|
yum: name="{{ item }}" state=latest
|
||||||
with_items:
|
with_items:
|
||||||
- python-fedimg
|
- python-fedimg
|
||||||
- python2-libcloud
|
- python2-libcloud
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue