ansible-scaphandre/tasks/install.yml
2024-03-01 11:01:15 +01:00

8 lines
298 B
YAML

---
# Installs the scaphandre package and setups the user.
- name: Install the scaphandre package
ansible.builtin.apt:
deb: https://github.com/hubblo-org/scaphandre/releases/download/v{{ scaphandre_version }}/scaphandre_v{{ scaphandre_version }}-{{ scaphandre_arch }}.deb
state: present