ansible/system/pkg_purge.yml
2026-03-21 17:42:45 +00:00

8 lines
133 B
YAML

- hosts: localhost
tasks:
- name: Purge package
apt:
name: "{{ name }}"
state: absent
purge: yes