Commit 8fde3d29 authored by nanahira's avatar nanahira

remove docker repo on upgrade

parent b4d8e29c
Pipeline #7342 failed with stage
in 10 seconds
......@@ -26,3 +26,8 @@
state: absent
autoremove: yes
purge: yes
- name: remove not proper installed docker repo
become: true
file:
path: '/etc/apt/sources.list.d/docker.list'
state: absent
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment