mirror of
https://github.com/trailofbits/algo.git
synced 2025-07-25 06:53:00 +02:00
7 lines
130 B
YAML
7 lines
130 B
YAML
---
|
|
- name: Install requirements
|
|
ansible.builtin.pip:
|
|
name:
|
|
- hcloud
|
|
state: latest
|
|
virtualenv_python: python3
|