purge option not allowed with autoclean
This commit is contained in:
parent
21d3dbbf28
commit
1a58fcbb75
@ -14,6 +14,9 @@
|
|||||||
ansible.builtin.apt:
|
ansible.builtin.apt:
|
||||||
autoclean: true
|
autoclean: true
|
||||||
autoremove: true
|
autoremove: true
|
||||||
|
|
||||||
|
- name: purge any left over files
|
||||||
|
ansible.builtin.apt:
|
||||||
purge: true
|
purge: true
|
||||||
|
|
||||||
...
|
...
|
||||||
|
Loading…
Reference in New Issue
Block a user