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