Skip to content

Commit

Permalink
Add tar to package install
Browse files Browse the repository at this point in the history
When running the "Install openshift client" task, if the target node
doesn't have tar installed the following error occurs:

```
Failed to find handler for /openshift-client-linuxpzhqp3xh.tar.gz
Make sure the required command to extract the file is installed.
Unable to find required 'gtar' or 'tar' binary in the path
```
  • Loading branch information
lewisdenny committed Feb 12, 2024
1 parent 8f77c48 commit 86ca964
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/ci_setup/vars/redhat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ cifmw_ci_setup_packages:
- ca-certificates
- git-core
- make
- tar

cifmw_ci_setup_rhel_rhsm_default_repos:
- 'rhel-*-baseos-rpms'
Expand Down

0 comments on commit 86ca964

Please sign in to comment.