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