8 lines
132 B
YAML
Executable File
8 lines
132 B
YAML
Executable File
---
|
|
|
|
- name: cleanup unused containers
|
|
ansible.builtin.file:
|
|
state: absent
|
|
path: /home/admin/.config/containers/systemd/
|
|
|