Fix example playbook linters
Change-Id: I7647f067ba33fb0329f6e5e7d40b641fd45cb062
This commit is contained in:
@@ -3,7 +3,9 @@
|
|||||||
hosts: haproxy
|
hosts: haproxy
|
||||||
user: root
|
user: root
|
||||||
roles:
|
roles:
|
||||||
- { role: "haproxy_server", tags: [ "haproxy-server" ] }
|
- role: haproxy_server
|
||||||
|
tags:
|
||||||
|
- haproxy-server
|
||||||
vars:
|
vars:
|
||||||
haproxy_service_configs:
|
haproxy_service_configs:
|
||||||
- haproxy_service_name: group_name
|
- haproxy_service_name: group_name
|
||||||
|
|||||||
Reference in New Issue
Block a user