14 lines
255 B
YAML
Raw Normal View History

2021-06-08 21:27:08 +02:00
- name: Delete cloud-init package
ansible.builtin.apt:
name: cloud-init
state: absent
purge: yes
2022-07-22 09:44:35 +02:00
2021-06-08 21:27:08 +02:00
- name: Delete cloud-init files
ansible.builtin.file:
path: "{{ item }}"
state: absent
loop:
- /etc/cloud
- /var/lib/cloud