9 lines
117 B
YAML
9 lines
117 B
YAML
|
---
|
||
|
- name: Converge
|
||
|
hosts: all
|
||
|
vars:
|
||
|
python3_default_page_enabled: True
|
||
|
|
||
|
roles:
|
||
|
- role: xoxys.python3
|