8 lines
113 B
YAML
8 lines
113 B
YAML
---
|
|
- name: Setup Python 3
|
|
hosts: all
|
|
become: true
|
|
gather_facts: true
|
|
roles:
|
|
- roles/vhosts/python3/
|