playbooks/setup-python3.yml

8 lines
113 B
YAML
Raw Permalink Normal View History

---
- name: Setup Python 3
hosts: all
become: true
gather_facts: true
roles:
- roles/vhosts/python3/