Skip to content

Commit

Permalink
Fixed Ansible 7.3.0 incompatibility (#325)
Browse files Browse the repository at this point in the history
Removed legacy lint suppression arg.

Fix: resolves #321
  • Loading branch information
freemanjp authored Mar 19, 2023
1 parent 3c1cf58 commit 40d9e4c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tasks/adoptium.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,6 @@
ansible.builtin.shell: |
set -o pipefail
tar --list --file {{ (java_download_dir + '/' + java_redis_filename) | quote }} | grep --quiet '^\.'
args:
# [WARNING]: Consider using the unarchive module rather than running tar.
warn: false
register: java_jdk_layout
failed_when: false
changed_when: false
Expand Down

0 comments on commit 40d9e4c

Please sign in to comment.