diff options
| author | Adam Williamson <awilliam@redhat.com> | 2016-03-03 18:09:00 -0800 |
|---|---|---|
| committer | Adam Williamson <awilliam@redhat.com> | 2016-03-03 18:09:00 -0800 |
| commit | 7c30dbe0ff978b8bd659c8b6eb9d485e9da14e4b (patch) | |
| tree | 3352e0cb2269aa009ea2b3b26bf03771f7935f8e /roles/check-compose/tasks | |
| parent | 07129714253ffb978032659d181981384d9c915e (diff) | |
| download | ansible-7c30dbe0ff978b8bd659c8b6eb9d485e9da14e4b.tar.gz ansible-7c30dbe0ff978b8bd659c8b6eb9d485e9da14e4b.tar.xz ansible-7c30dbe0ff978b8bd659c8b6eb9d485e9da14e4b.zip | |
drop some old cleanup bits now they've run
Diffstat (limited to 'roles/check-compose/tasks')
| -rw-r--r-- | roles/check-compose/tasks/main.yml | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/roles/check-compose/tasks/main.yml b/roles/check-compose/tasks/main.yml index cbabb63ca..74e15ebb6 100644 --- a/roles/check-compose/tasks/main.yml +++ b/roles/check-compose/tasks/main.yml @@ -62,14 +62,6 @@ dest: /root/fedora-qa register: gitqa -# TEMPORARY cleanup of old systemd units/timers -- name: Disable and stop old systemd timers - service: name=check-compose-{{ item }}.timer enabled=no state=stopped - with_items: - - branched - - postrelease - - rawhide - - name: Build check-compose command: "make prefix=/usr" args: |
