Commit 56af62f6 authored by nanahira's avatar nanahira

add things to clean

parent e6e9b702
Pipeline #16854 failed with stage
in 7 minutes and 51 seconds
- name: clean some Debian packages
become: true
apt:
name: ufw,iptables-persistent,needrestart,docker,docker-engine,docker.io,docker-io,docker-ee
name: ufw,iptables-persistent,needrestart,docker,docker-engine,docker.io,docker-io,docker-ee,lxd
state: absent
autoremove: yes
purge: yes
......
......@@ -115,8 +115,8 @@
marker: '# {mark} MyCard Init block'
when: ansible_os_family == 'Debian' and laptop
notify: restart_logind
- name: install snap proxy package
become: true
snap:
name: snap-store-proxy,snap-store-proxy-client
when: ansible_distribution == 'Ubuntu' and ansible_distribution_major_version|int >= 18
#- name: install snap proxy package
# become: true
# snap:
# name: snap-store-proxy,snap-store-proxy-client
# when: ansible_distribution == 'Ubuntu' and ansible_distribution_major_version|int >= 18
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