Skip to content

Commit

Permalink
Merge pull request #437 from gardar/remove-unused-vars
Browse files Browse the repository at this point in the history
fix: remove unused variable
  • Loading branch information
gardar authored Oct 21, 2024
2 parents 9e4bcb1 + 52952ab commit 81d3d62
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 81d3d62

Please sign in to comment.