Fix example playbook linters
Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-plugins/+/896017 Change-Id: I5fd580242544bd79a2b586d4d4e5a767695a18b4
This commit is contained in:
parent
ba25bd0875
commit
c1cf354dc4
@ -3,7 +3,9 @@
|
||||
hosts: heat_all
|
||||
user: root
|
||||
roles:
|
||||
- { role: "os_heat", tags: [ "os-heat" ] }
|
||||
- role: "os_heat"
|
||||
tags:
|
||||
- "os-heat"
|
||||
vars:
|
||||
external_lb_vip_address: 172.16.24.1
|
||||
internal_lb_vip_address: 192.168.0.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user