diff --git a/host-pottwal.yml b/host-pottwal.yml index 93e9d39..8c1354d 100644 --- a/host-pottwal.yml +++ b/host-pottwal.yml @@ -535,6 +535,8 @@ dest: /etc/cron.hourly/renovate-bot mode: "0700" notify: reload cron + tags: + - renovate handlers: - name: Restart prosody @@ -551,7 +553,6 @@ - name: reload cron ansible.builtin.shell: cmd: service cron reload - warn: no # Use the shell call because the task sometimes has problems finding the service state # service: # name: cron diff --git a/host_vars/pottwal.n39.eu/vars.yml b/host_vars/pottwal.n39.eu/vars.yml index 2058bfc..05dce23 100644 --- a/host_vars/pottwal.n39.eu/vars.yml +++ b/host_vars/pottwal.n39.eu/vars.yml @@ -58,7 +58,7 @@ homebox_host_port: 8092 homebox_domain_name: inventory.n39.eu homebox_image: ghcr.io/hay-kot/homebox:v0.9.2 -renovate_image: renovate/renovate:36.57.3 +renovate_image: renovate/renovate:36.62.0 renovate_forgejo_pat: "{{ vault_renovate_forgejo_pat }}" renovate_github_pat: "{{ vault_renovate_github_pat }}" renovate_git_user: "Renovate Bot " \ No newline at end of file