Skip to content
Snippets Groups Projects
Commit 9255ce21 authored by Chris Hines's avatar Chris Hines
Browse files

remove a repo on the NeCTAR CentOS 7 image that is producing problems

parent 057e1843
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,10 @@
sudo: true
when: ansible_os_family == 'RedHat'
- name: remove the bad repo on centos7 images
file: path=/etc/yum.repos.d/rdo-release.repo state=absent
sudo: true
- name: "Make yum cache"
command: yum makecache
sudo: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment