This commit is contained in:
parent
96dccef450
commit
10d5d6f389
@ -3,7 +3,7 @@
|
|||||||
name: cloud-init
|
name: cloud-init
|
||||||
state: absent
|
state: absent
|
||||||
purge: yes
|
purge: yes
|
||||||
|
|
||||||
- name: Delete cloud-init files
|
- name: Delete cloud-init files
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: "{{ item }}"
|
path: "{{ item }}"
|
||||||
|
@ -13,7 +13,7 @@
|
|||||||
ansible.builtin.dpkg_selections:
|
ansible.builtin.dpkg_selections:
|
||||||
name: snapd
|
name: snapd
|
||||||
selection: hold
|
selection: hold
|
||||||
|
|
||||||
- name: Reload systemd unit configurations
|
- name: Reload systemd unit configurations
|
||||||
ansible.builtin.systemd:
|
ansible.builtin.systemd:
|
||||||
daemon_reload: yes
|
daemon_reload: yes
|
||||||
|
Loading…
Reference in New Issue
Block a user