8b9c9760c5
This is the runner for the ansible cloud launcher role. Change-Id: Iad9ce14905e89cb875c0cf92dfd8093c3a8d4e1c Depends-On: Ia775598090471b80be75624a6a6a0649622799e8
7 lines
105 B
YAML
7 lines
105 B
YAML
---
|
|
- hosts: localhost
|
|
connection: local
|
|
gather_facts: false
|
|
roles:
|
|
- { role: cloud-launcher }
|