mirror of
https://github.com/koodiklinikka/playbooks.git
synced 2026-03-04 14:59:55 +00:00
4 lines
113 B
YAML
4 lines
113 B
YAML
- name: Install python dependencies for managing apt repositories
|
|
apt: pkg=python-pycurl
|
|
tags: [nginx, repo]
|