Skip to content

Commit

Permalink
fix: remove unused variable
Browse files Browse the repository at this point in the history
Signed-off-by: gardar <gardar@users.noreply.github.com>
  • Loading branch information
gardar committed Oct 21, 2024
1 parent f3514a9 commit 52952ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion roles/_common/tasks/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@
mode: 0755
list_files: true
extra_opts: "{{ _common_binary_unarchive_opts | default(omit, true) }}"
register: __common_unpack
delegate_to: localhost
check_mode: false
when: __common_binary_basename is search('\.zip$|\.tar\.gz$')
Expand Down

0 comments on commit 52952ab

Please sign in to comment.