Fix example playbook linters

Example playbook was containing incorrect formatting which caused
linters job to fail

Change-Id: Ice1b49d31e81c19f3c40b4b7c1cd5ff85128eed3
This commit is contained in:
Dmitriy Rabotyagov 2023-09-29 10:23:22 +02:00
parent a51651213d
commit 6976701fc4

View File

@ -3,7 +3,9 @@
hosts: keystone_all hosts: keystone_all
user: root user: root
roles: roles:
- { role: "os_keystone", tags: [ "os-keystone" ] } - role: os_keystone
tags:
- os-keystone
vars: vars:
external_lb_vip_address: 10.100.100.102 external_lb_vip_address: 10.100.100.102
internal_lb_vip_address: 10.100.100.102 internal_lb_vip_address: 10.100.100.102