diff --git a/collections/ansible_collections/community/crypto b/collections/ansible_collections/community/crypto index a7e9bb7..288dc5b 160000 --- a/collections/ansible_collections/community/crypto +++ b/collections/ansible_collections/community/crypto @@ -1 +1 @@ -Subproject commit a7e9bb761842aaa2c34e437d89cd9ea1cb26571e +Subproject commit 288dc5be2c24fe3b837c60375206fceb45574622 diff --git a/collections/ansible_collections/community/general b/collections/ansible_collections/community/general index 1f6d404..f88f400 160000 --- a/collections/ansible_collections/community/general +++ b/collections/ansible_collections/community/general @@ -1 +1 @@ -Subproject commit 1f6d404debe6896d64d629f03af9af81f370e05e +Subproject commit f88f40086d287798c02bd3fdae641234c85c2edc diff --git a/roles/geerlingguy.mysql b/roles/geerlingguy.mysql index e1d4652..0923781 160000 --- a/roles/geerlingguy.mysql +++ b/roles/geerlingguy.mysql @@ -1 +1 @@ -Subproject commit e1d4652a927cb2be46ea1fb682a0de95e81e80e9 +Subproject commit 09237814011e684fb24a484bdd3c77de0aebc24f diff --git a/roles/geerlingguy.postgresql b/roles/geerlingguy.postgresql index 8861048..a7723eb 160000 --- a/roles/geerlingguy.postgresql +++ b/roles/geerlingguy.postgresql @@ -1 +1 @@ -Subproject commit 8861048695f6795e1ee4ccfa96278ea262f8625f +Subproject commit a7723eb017c618611da37531e5961632d9ae03b0 diff --git a/templates/files/nginx/sites/backwesen.de_tls.conf b/templates/files/nginx/sites/backwesen.de_tls.conf index 3118bde..e8c1cd8 100644 --- a/templates/files/nginx/sites/backwesen.de_tls.conf +++ b/templates/files/nginx/sites/backwesen.de_tls.conf @@ -9,6 +9,6 @@ server { include snippets/logging_{{ site.name }}.snippet.conf; location / { - return 301 https://git.l3d.ch/$request_uri; + return 301 https://git.l3d.ch$request_uri; } }