fix: ansible-lint yaml whitespace problems
This commit is contained in:
@@ -14,10 +14,9 @@ caddy_config: |+2
|
|||||||
header_up X-Url-Scheme {scheme}
|
header_up X-Url-Scheme {scheme}
|
||||||
header_up X-Forwarded-Host {host}
|
header_up X-Forwarded-Host {host}
|
||||||
}
|
}
|
||||||
|
|
||||||
# Import all configurations
|
# Import all configurations
|
||||||
import {{ caddy_dynamic_configs_dir }}/*/Caddyfile
|
import {{ caddy_dynamic_configs_dir }}/*/Caddyfile
|
||||||
|
|
||||||
:80 {
|
:80 {
|
||||||
redir / https://{host}{uri} 301
|
redir / https://{host}{uri} 301
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
name: "{{ docker_fedora_repo_name }}"
|
name: "{{ docker_fedora_repo_name }}"
|
||||||
description: "{{ docker_fedora_repo_description }}"
|
description: "{{ docker_fedora_repo_description }}"
|
||||||
baseurl: "{{ docker_fedora_repo_url }}"
|
baseurl: "{{ docker_fedora_repo_url }}"
|
||||||
validate_certs: "{{ docker_fedora_repo_validate_certs }}"
|
validate_certs: "{{ docker_fedora_repo_validate_certs }}"
|
||||||
gpgkey: "{{ docker_fedora_repo_gpg_key }}"
|
gpgkey: "{{ docker_fedora_repo_gpg_key }}"
|
||||||
gpgcheck: "{{ docker_fedora_repo_gpg_check }}"
|
gpgcheck: "{{ docker_fedora_repo_gpg_check }}"
|
||||||
state: "{{ docker_state }}"
|
state: "{{ docker_state }}"
|
||||||
|
|||||||
@@ -35,7 +35,7 @@
|
|||||||
{% for alias in git_config_alias %}
|
{% for alias in git_config_alias %}
|
||||||
{{ alias.name }} = {{ alias.command }}
|
{{ alias.name }} = {{ alias.command }}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
{% for credentialset in git_config_credentials %}
|
{% for credentialset in git_config_credentials %}
|
||||||
[credential "{{ credentialset.remote_url }}"]
|
[credential "{{ credentialset.remote_url }}"]
|
||||||
{% for entry in credentialset.config | dict2items %}
|
{% for entry in credentialset.config | dict2items %}
|
||||||
|
|||||||
@@ -34,4 +34,3 @@ nginx_container_state: >-2
|
|||||||
nginx_container_restart_policy: "unless-stopped"
|
nginx_container_restart_policy: "unless-stopped"
|
||||||
nginx_container_volumes:
|
nginx_container_volumes:
|
||||||
- "{{ nginx_config_file }}:/etc/nginx/conf.d/nginx.conf:ro"
|
- "{{ nginx_config_file }}:/etc/nginx/conf.d/nginx.conf:ro"
|
||||||
|
|
||||||
|
|||||||
@@ -62,4 +62,4 @@ openldap_default_database:
|
|||||||
indices: "{{ openldap_default_database_indices }}"
|
indices: "{{ openldap_default_database_indices }}"
|
||||||
openldap_default_database_olc_access: "{{ openldap_config_db_olc_access }}"
|
openldap_default_database_olc_access: "{{ openldap_config_db_olc_access }}"
|
||||||
openldap_databases:
|
openldap_databases:
|
||||||
- "{{ openldap_default_database }}"
|
- "{{ openldap_default_database }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user