fix apt issue

master
guppy 2023-06-07 08:20:27 +02:00
parent 30deacbe56
commit e349432151
1 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,15 @@
- name: bugfix
become: yes
file:
path: /etc/apt/sources.list.d/apt_kubernetes_io.list
state: absent
- name: bugfix
become: yes
file:
path: /etc/apt/sources.list.d/download_com_linux_debian.list
state: absent
- name: install common packages
become: yes
apt: