Default clouds to empty list

This allows the role to not fail in case a clouds var is not passed to
ansible-playbook execution.

Change-Id: Ic3e25a838e4cc7fcc30997d66d9accf9eef9ab00
This commit is contained in:
Ricardo Carrillo Cruz 2017-09-04 16:14:27 +02:00
parent 126a547f04
commit a5f6d4eb13
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
---
clouds: []
os_client_config_cloud: envvars
os_validate_certs: no
generate_keypair: no