mirror of
https://github.com/vale981/apheleia
synced 2025-03-05 17:41:41 -05:00
13 lines
185 B
YAML
13 lines
185 B
YAML
---
|
|
- hosts:
|
|
all
|
|
|
|
tasks:
|
|
- name:
|
|
Get software for apt repository management.
|
|
apt:
|
|
state: present
|
|
|
|
|
|
name:
|
|
- python3-pycurl
|