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