Skip to content

Commit

Permalink
Fix latest linter errors (#3616)
Browse files Browse the repository at this point in the history
  • Loading branch information
Haroon-Khel authored Jun 25, 2024
1 parent f67266d commit f0cc1a3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@
- name: Unpack yum bundle
command:
cmd: /usr/bin/tar -xf /tmp/yum/yum_bundle.tar -C /tmp/yum
# Neither zip nor gtar is not available, disable warning about unpack:
warn: false

- name: Install yum bundle
command: rpm -i /tmp/yum/*.rpm
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

- name: Download ccache.tar.gz
command: wget -O /tmp/ccache.tar.gz https://github.com/ccache/ccache/releases/download/v{{ ccacheVersion }}/ccache-{{ ccacheVersion }}.tar.gz
warn=False
when: ccache_status.rc != 0
tags: ccache

Expand Down

0 comments on commit f0cc1a3

Please sign in to comment.