purge for semaphore migration

This commit is contained in:
2025-10-11 13:14:01 +02:00
parent 41ed114329
commit 64b4e6c746
11 changed files with 10 additions and 314 deletions

10
execute_command.yml Normal file
View File

@@ -0,0 +1,10 @@
---
- name: Execute Command
hosts: all
tasks:
- name: On execute la commande "{{ command }}"
shell:
chdir: "{{ execution_path }}"
cmd: "{{ command }}"