mirror of
https://github.com/koodiklinikka/playbooks.git
synced 2026-02-22 22:55:57 +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]
|