Drop 'remove old manual install' steps that served their purpose

This commit is contained in:
Adam Williamson 2017-03-06 16:42:36 -08:00
parent c32e278190
commit 851e93ef6d
2 changed files with 0 additions and 16 deletions

View file

@ -34,11 +34,6 @@
# tags:
# - packages
# fileglob doesn't do directory names, so we can't really do this
# ansiblifically
- name: Remove old from-source openQA-python-client install
shell: "rm -rf /usr/lib/python2.?/site-packages/openqa_client*"
- name: Install required packages
dnf: name={{ item }} state=present
with_items:

View file

@ -45,11 +45,6 @@
# tags:
# - packages
# fileglob doesn't do directory names, so we can't really do this
# ansiblifically
- name: Remove old from-source openQA-python-client install
shell: "rm -rf /usr/lib/python2.?/site-packages/openqa_client*"
- name: Install required packages
dnf: name={{ item }} state=present
with_items:
@ -64,12 +59,6 @@
tags:
- packages
- name: Remove old openqa_fedora_tools checkout
file: path=/root/openqa_fedora_tools-dispatcher state=absent
- name: Remove old fedora-openqa-schedule script
file: path=/usr/bin/fedora-openqa-schedule state=absent
- name: Check out fedora_openqa (scheduler / reporter tool)
git:
repo: https://pagure.io/fedora-qa/fedora_openqa.git