From 3002c332a4beb0c6cc6fd7c7066338f4b8b7f4b7 Mon Sep 17 00:00:00 2001
From: Renovate Bot <accounts+renovatebot@netz39.de>
Date: Thu, 24 Aug 2023 01:19:34 +0000
Subject: [PATCH 1/2] chore(deps): update shlinkio/shlink docker tag to v3

---
 host_vars/pottwal.n39.eu/vars.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/host_vars/pottwal.n39.eu/vars.yml b/host_vars/pottwal.n39.eu/vars.yml
index 2058bfc..c8346a5 100644
--- a/host_vars/pottwal.n39.eu/vars.yml
+++ b/host_vars/pottwal.n39.eu/vars.yml
@@ -16,7 +16,7 @@ forgejo_image: codeberg.org/forgejo/forgejo:1.20
 
 shlink_host_port: 8083
 shlink_domain_name: sl.n39.eu
-shlink_image: shlinkio/shlink:2.10.3
+shlink_image: shlinkio/shlink:3.6.3
 shlink_geolite_license_key: "{{ vault_shlink_geolite_license_key }}"
 
 hedgedoc_host_port: 8084

From 0d59c72e522dc905bd8d9c0fca791a38da7713e7 Mon Sep 17 00:00:00 2001
From: David Kilias <david.kilias@gmail.com>
Date: Fri, 25 Aug 2023 19:57:30 +0200
Subject: [PATCH 2/2] add ansible tag to shlink job

---
 host-pottwal.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/host-pottwal.yml b/host-pottwal.yml
index 93e9d39..3a92971 100644
--- a/host-pottwal.yml
+++ b/host-pottwal.yml
@@ -109,6 +109,8 @@
           SHORT_DOMAIN_HOST: "{{ shlink_domain_name }}"
           SHORT_DOMAIN_SCHEMA: https
           GEOLITE_LICENSE_KEY: "{{ shlink_geolite_license_key }}"
+      tags:
+        - shlink
 
     - name: Setup proxy site {{ shlink_domain_name }}
       include_role:
@@ -116,6 +118,8 @@
       vars:
         site_name: "{{ shlink_domain_name }}"
         proxy_port: "{{ shlink_host_port }}"
+      tags:
+        - shlink
 
     - name: Check if prosody data dir exists
       ansible.builtin.stat: