purge for semaphore migration
This commit is contained in:
10
execute_command.yml
Normal file
10
execute_command.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
---
|
||||
- name: Execute Command
|
||||
hosts: all
|
||||
|
||||
tasks:
|
||||
|
||||
- name: On execute la commande "{{ command }}"
|
||||
shell:
|
||||
chdir: "{{ execution_path }}"
|
||||
cmd: "{{ command }}"
|
||||
Reference in New Issue
Block a user