Skip to content

Commit

Permalink
Merge pull request #14 from andrewsomething/asb/temp-check
Browse files Browse the repository at this point in the history
Set check_mode: false on tempfile task (fixes: #12).
  • Loading branch information
andrewsomething authored Jan 15, 2023
2 parents 0fecaf2 + 04df107 commit 344005d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
ansible.builtin.tempfile:
state: file
register: temp_apt_key
check_mode: false

- name: download public key
ansible.builtin.get_url:
Expand Down

0 comments on commit 344005d

Please sign in to comment.