From 200b79273f9d1120357f211d15b2cdfd400d8ecd Mon Sep 17 00:00:00 2001 From: Lars Kruse Date: Tue, 26 Sep 2023 11:57:18 +0200 Subject: [PATCH] Unify check_mode/changed_when for variable registrations --- tasks/common.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/common.yml b/tasks/common.yml index ed081bd..9a0fdf7 100644 --- a/tasks/common.yml +++ b/tasks/common.yml @@ -15,6 +15,7 @@ ansible.builtin.shell: cmd: curl -sL "{{ nextcloud_github_api_url }}" | jq -r ".tag_name" | cut -d 'v' -f2 changed_when: false + check_mode: false register: latest_version - name: "Common | Kopiere Update-Skript"