role_drone_cli/handlers/main.yml

9 lines
164 B
YAML
Raw Normal View History

2022-10-21 15:46:00 +00:00
---
# handlers file for drone_cli
- name: Installer la commande
ansible.builtin.command:
chdir: /opt
cmd: install -t /usr/local/bin drone
become: true