Fix example playbook linters

Change-Id: I7647f067ba33fb0329f6e5e7d40b641fd45cb062
This commit is contained in:
Dmitriy Rabotyagov
2023-09-27 10:13:11 +02:00
parent 9cf2985ca5
commit cb4eb8b327

View File

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