This commit is contained in:
8
ansible/roles/os/tasks/snapd.yml
Normal file
8
ansible/roles/os/tasks/snapd.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
- name: Delete snapd package
|
||||
ansible.builtin.apt:
|
||||
name: snapd
|
||||
state: absent
|
||||
purge: yes
|
||||
- name: Reload systemd unit configurations
|
||||
ansible.builtin.systemd:
|
||||
daemon_reload: yes
|
||||
Reference in New Issue
Block a user