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/check-compose/tasks | |
| 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/check-compose/tasks')
| -rw-r--r-- | roles/check-compose/tasks/main.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/roles/check-compose/tasks/main.yml b/roles/check-compose/tasks/main.yml index 729a007db..4189a7153 100644 --- a/roles/check-compose/tasks/main.yml +++ b/roles/check-compose/tasks/main.yml @@ -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: |
