Skip to content

Commit

Permalink
chore(download_file): use fully-qualified module names (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
smirta authored Jun 7, 2024
1 parent 64df5a6 commit 1c8300b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/download_file/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# tasks file for download_file
- name: Download file
get_url:
ansible.builtin.get_url:
url: "{{ download_file_url }}"
dest: "{{ download_file_destination }}"

0 comments on commit 1c8300b

Please sign in to comment.