Unify check_mode/changed_when for variable registrations
This commit is contained in:
parent
8b5eeb6ee1
commit
200b79273f
1 changed files with 1 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue