get_url module always detect a change in checkmode

See: https://docs.ansible.com/ansible/latest/collections/ansible/builtin/get_url_module.html:
This commit is contained in:
Faustin Lammler 2022-11-09 10:27:39 +01:00
parent 44b74604e0
commit 6a809f373a
No known key found for this signature in database
GPG Key ID: 390A2F27832A5C79
1 changed files with 2 additions and 0 deletions

View File

@ -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: