9 lines
127 B
YAML
9 lines
127 B
YAML
|
---
|
||
|
- name: Provision the operation system for tests
|
||
|
# testing
|
||
|
hosts: all
|
||
|
# live
|
||
|
# hosts: TDB
|
||
|
roles:
|
||
|
- common
|