Fix var-spacing
ansible-lint introduced var-spacing - let's fix our code. Change-Id: I0d8aaf3c522a5a6a5495032f6dbed8a2be0251f0
This commit is contained in:
committed by
Radosław Piliszek
parent
0f2c56ca54
commit
dcf5a8b65f
@@ -14,7 +14,7 @@
|
||||
dimensions: "{{ service.dimensions }}"
|
||||
when:
|
||||
- kolla_action != "config"
|
||||
- inventory_hostname == groups[service.group]|first
|
||||
- inventory_hostname == groups[service.group] | first
|
||||
|
||||
- name: Waiting for grafana to start on first node
|
||||
listen: Restart grafana container
|
||||
@@ -33,7 +33,7 @@
|
||||
delay: "{{ grafana_start_first_node_delay }}"
|
||||
when:
|
||||
- kolla_action != "config"
|
||||
- inventory_hostname == groups[service.group]|first
|
||||
- inventory_hostname == groups[service.group] | first
|
||||
|
||||
- name: Restart remaining grafana containers
|
||||
listen: Restart grafana container
|
||||
@@ -50,4 +50,4 @@
|
||||
dimensions: "{{ service.dimensions }}"
|
||||
when:
|
||||
- kolla_action != "config"
|
||||
- inventory_hostname != groups[service.group]|first
|
||||
- inventory_hostname != groups[service.group] | first
|
||||
|
||||
Reference in New Issue
Block a user