ansible-lint: Fix some issues

This commit is contained in:
saibotk 2022-06-13 02:32:24 +02:00
parent 8a5c248da4
commit 262f672707
Signed by: saibotk
GPG key ID: 67585F0065E261D5
6 changed files with 10 additions and 10 deletions

View file

@ -23,8 +23,8 @@
matrix_install_location: /srv/matrix matrix_install_location: /srv/matrix
# The container data volume mount locations # The container data volume mount locations
matrix_data_location: "{{ matrix_install_location}}/data" matrix_data_location: "{{ matrix_install_location }}/data"
matrix_database_location: "{{ matrix_install_location}}/database" matrix_database_location: "{{ matrix_install_location }}/database"
# The certresolver that is used by traefik for this domain # The certresolver that is used by traefik for this domain
matrix_traefik_certresolver: letsencrypt_http matrix_traefik_certresolver: letsencrypt_http

View file

@ -22,8 +22,8 @@
matrix_maubot_install_location: /srv/matrix-maubot matrix_maubot_install_location: /srv/matrix-maubot
# The container data volume mount locations # The container data volume mount locations
matrix_maubot_data_location: "{{ matrix_maubot_install_location}}/data" matrix_maubot_data_location: "{{ matrix_maubot_install_location }}/data"
matrix_maubot_database_location: "{{ matrix_maubot_install_location}}/database" matrix_maubot_database_location: "{{ matrix_maubot_install_location }}/database"
# The certresolver that is used by traefik for this domain # The certresolver that is used by traefik for this domain
matrix_maubot_traefik_certresolver: letsencrypt_http matrix_maubot_traefik_certresolver: letsencrypt_http