Fix var-spacing

ansible-lint introduced var-spacing - let's fix our code.

Change-Id: I0d8aaf3c522a5a6a5495032f6dbed8a2be0251f0
This commit is contained in:
Michal Nasiadka 2022-07-25 09:52:05 +02:00 committed by Radosław Piliszek
parent 0f2c56ca54
commit dcf5a8b65f
121 changed files with 244 additions and 244 deletions

View File

@ -62,7 +62,7 @@ elasticsearch_curator_dry_run: false
# Index prefix pattern. Any indices matching this regex will # Index prefix pattern. Any indices matching this regex will
# be managed by Curator. # be managed by Curator.
elasticsearch_curator_index_pattern: "^{{ '(monasca|' + kibana_log_prefix + ')' if enable_monasca|bool else kibana_log_prefix }}-.*" elasticsearch_curator_index_pattern: "^{{ '(monasca|' + kibana_log_prefix + ')' if enable_monasca|bool else kibana_log_prefix }}-.*" # noqa var-spacing
# Duration after which an index is staged for deletion. This is # Duration after which an index is staged for deletion. This is
# implemented by closing the index. Whilst in this state the index # implemented by closing the index. Whilst in this state the index