Skip to content

Commit

Permalink
satisfy linter
Browse files Browse the repository at this point in the history
Signed-off-by: Spirit-act <[email protected]>
  • Loading branch information
Spirit-act committed Sep 5, 2024
1 parent 4171297 commit a09321a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
ansible.builtin.get_url:
url: "{{ rabbitmq_debian_repo_key }}"
dest: "/usr/share/keyrings/rabbitmq-server.asc"
mode: "0644"
become: true
register: result
until: result is successful
Expand All @@ -30,6 +31,7 @@
ansible.builtin.get_url:
url: "{{ rabbitmq_debian_erlang_repo_key }}"
dest: "/usr/share/keyrings/rabbitmq-erlang.asc"
mode: "0644"
become: true
register: result
until: result is successful
Expand Down

0 comments on commit a09321a

Please sign in to comment.