diff options
| author | Adam Williamson <awilliam@redhat.com> | 2017-03-06 16:42:36 -0800 |
|---|---|---|
| committer | Adam Williamson <awilliam@redhat.com> | 2017-03-06 16:42:36 -0800 |
| commit | 851e93ef6d4b8790bdf9cb898dffcc0e3fb5f0f9 (patch) | |
| tree | 8b42f083ec072438143788dfc225c90deeabec9e /roles/openqa | |
| parent | c32e2781908edf7fc6bbc21c4576f511c3aa0a95 (diff) | |
| download | ansible-851e93ef6d4b8790bdf9cb898dffcc0e3fb5f0f9.tar.gz ansible-851e93ef6d4b8790bdf9cb898dffcc0e3fb5f0f9.tar.xz ansible-851e93ef6d4b8790bdf9cb898dffcc0e3fb5f0f9.zip | |
Drop 'remove old manual install' steps that served their purpose
Diffstat (limited to 'roles/openqa')
| -rw-r--r-- | roles/openqa/dispatcher/tasks/main.yml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/roles/openqa/dispatcher/tasks/main.yml b/roles/openqa/dispatcher/tasks/main.yml index 0fa36638e..c5f4949ce 100644 --- a/roles/openqa/dispatcher/tasks/main.yml +++ b/roles/openqa/dispatcher/tasks/main.yml @@ -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 |
