add task to remove old packages
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
Robert Kaussow 2023-02-13 21:37:56 +01:00
parent 695392a48c
commit d970df11b3
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 8 additions and 0 deletions

View File

@ -30,6 +30,14 @@
group: root
mode: 0755
- name: Ensure to remove old docker packages
package:
name:
- docker
- docker-common
- docker-engine
state: absent
- name: Install packages
package:
name: "{{ item }}"