Fix example playbook linters
Example playbook was containing incorrect formatting which caused linters job to fail Change-Id: Ice1b49d31e81c19f3c40b4b7c1cd5ff85128eed3
This commit is contained in:
parent
a51651213d
commit
6976701fc4
@ -3,7 +3,9 @@
|
||||
hosts: keystone_all
|
||||
user: root
|
||||
roles:
|
||||
- { role: "os_keystone", tags: [ "os-keystone" ] }
|
||||
- role: os_keystone
|
||||
tags:
|
||||
- os-keystone
|
||||
vars:
|
||||
external_lb_vip_address: 10.100.100.102
|
||||
internal_lb_vip_address: 10.100.100.102
|
||||
|
Loading…
Reference in New Issue
Block a user