From 6a809f373ac4aa9d686a989553afe4455c510e85 Mon Sep 17 00:00:00 2001 From: Faustin Lammler Date: Wed, 9 Nov 2022 10:27:39 +0100 Subject: [PATCH] get_url module always detect a change in checkmode See: https://docs.ansible.com/ansible/latest/collections/ansible/builtin/get_url_module.html: --- tasks/setup_debian.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/setup_debian.yml b/tasks/setup_debian.yml index f9489f4..f73abfb 100644 --- a/tasks/setup_debian.yml +++ b/tasks/setup_debian.yml @@ -19,6 +19,8 @@ owner: root group: root mode: "0644" + # change is always triggered in check mode + when: not ansible_check_mode - name: Determine distribution name (Debian sid pb) ansible.builtin.set_fact: