Skip to content

Commit de892c0

Browse files
authored
Merge pull request #97 from fliespl/patch-1
Make role check_mode compatible
2 parents 14b1c40 + 01eec05 commit de892c0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tasks/setup-Debian.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
headers:
2121
Accept: "application/json"
2222
register: launchpad_response
23+
check_mode: false
2324

2425
- name: Parse JSON to extract signing key fingerprint
2526
ansible.builtin.set_fact:
@@ -31,6 +32,7 @@
3132
return_content: true
3233
method: GET
3334
register: keyserver_response
35+
check_mode: false
3436

3537
- name: Set data for Ondrej's repo (Ubuntu).
3638
ansible.builtin.set_fact:

0 commit comments

Comments
 (0)