8 lines
115 B
YAML
8 lines
115 B
YAML
---
|
|
- hosts: all
|
|
become: yes
|
|
vars:
|
|
install_root_cert_pem: files/root_ca.pem
|
|
roles:
|
|
- role_under_test
|