summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSayan Chowdhury <sayanchowdhury@fedoraproject.org>2017-09-19 10:16:06 +0000
committerSayan Chowdhury <sayanchowdhury@fedoraproject.org>2017-09-19 10:16:06 +0000
commitc4b91d38928b1343fd5dd1f3c61aabe9dbbd922e (patch)
treeb0c7c0fa78115307c0b6f647a8f8080975a54578
parent11c07c32e5ba685de16df2685bf3e84480943cde (diff)
downloadansible-c4b91d38928b1343fd5dd1f3c61aabe9dbbd922e.tar.gz
ansible-c4b91d38928b1343fd5dd1f3c61aabe9dbbd922e.tar.xz
ansible-c4b91d38928b1343fd5dd1f3c61aabe9dbbd922e.zip
Omit python from the package nameHEADmaster
-rw-r--r--playbooks/manual/upgrade/fedimg.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/manual/upgrade/fedimg.yml b/playbooks/manual/upgrade/fedimg.yml
index 666091a87..19252e92b 100644
--- a/playbooks/manual/upgrade/fedimg.yml
+++ b/playbooks/manual/upgrade/fedimg.yml
@@ -18,7 +18,7 @@
yum: name="python-fedimg" state=latest
when: not testing
- name: yum update fedfind package from main repo
- yum: name="python-fedfind" state=latest
+ yum: name="fedfind" state=latest
when: not testing
- name: yum update fedimg packages from testing repo
yum: name="python-fedimg" state=latest enablerepo=infrastructure-testing