diff --git a/playbooks/manual/upgrade/fedimg.yml b/playbooks/manual/upgrade/fedimg.yml index 9f0cdcbf64..1fc2c03669 100644 --- a/playbooks/manual/upgrade/fedimg.yml +++ b/playbooks/manual/upgrade/fedimg.yml @@ -15,14 +15,14 @@ - name: yum update fedimg packages from main repo yum: name="{{ item }}" state=latest with_items: - - python-fedimg + - python2-fedimg - python2-libcloud - python2-fedfind when: not testing - name: yum update fedimg packages from testing repo yum: name="{{ item }}" state=latest enablerepo=infrastructure-tags-stg with_items: - - python-fedimg + - python2-fedimg - python2-libcloud - python2-fedfind when: testing