mirror of
https://github.com/koodiklinikka/playbooks.git
synced 2026-01-26 03:03:59 +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]
|