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
1 changed files with 3 additions and 1 deletions

View File

@ -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