mirror of
https://github.com/koodiklinikka/playbooks.git
synced 2026-03-09 05:02:08 +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]
|