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