Auto-delete old matrix scripts from /usr/local/bin

This commit is contained in:
Slavi Pantaleev
2022-11-27 10:10:00 +02:00
parent d1b2fd50be
commit 3d1ea3e79e
2 changed files with 20 additions and 0 deletions

View File

@ -5,3 +5,9 @@
tags:
- setup-all
- install-all
- block:
- ansible.builtin.include_tasks: "{{ role_path }}/tasks/cleanup_usr_local_bin.yml"
tags:
- setup-all
- install-all