8 lines
108 B
YAML
8 lines
108 B
YAML
|
|
---
|
||
|
|
- name: Converge
|
||
|
|
hosts: all
|
||
|
|
become: true
|
||
|
|
gather_facts: true
|
||
|
|
roles:
|
||
|
|
- role: integration_test
|