[INFO] Créer le dépôt

This commit is contained in:
2022-10-21 17:46:00 +02:00
parent aa882a7951
commit 120f7aa01f
7 changed files with 168 additions and 2 deletions

8
handlers/main.yml Normal file
View File

@@ -0,0 +1,8 @@
---
# handlers file for drone_cli
- name: Installer la commande
ansible.builtin.command:
chdir: /opt
cmd: install -t /usr/local/bin drone
become: true