Include task to remove unwantted package.

main
greatbody 2023-03-03 16:43:36 +08:00
parent ebd40810d1
commit 7229238179
No known key found for this signature in database
GPG Key ID: 01CEB6267272A9A5
1 changed files with 5 additions and 0 deletions

View File

@ -28,6 +28,11 @@
- ca-certificates
- software-properties-common
state: latest
- name: Unwantted packages
apt:
name:
- zerotier-one
state: absent
- name: Install docker
ansible.builtin.import_playbook: src/docker.yml