You've already forked role_drone_cli
[INFO] Créer le dépôt
This commit is contained in:
8
handlers/main.yml
Normal file
8
handlers/main.yml
Normal 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
|
Reference in New Issue
Block a user