Skip to content

Commit

Permalink
Merge pull request #146 from aceeric/ignore-yum-install-tar-failure
Browse files Browse the repository at this point in the history
Ignore failure when yum installing tar in a true airgapped env
  • Loading branch information
adamacosta authored Aug 4, 2023
2 parents efdf289 + 34a3c62 commit 6c81bed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/rke2_common/tasks/tarball_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@
package:
name: tar
state: present
ignore_errors: true

- name: TARBALL | Extract the tarball # noqa command-instead-of-module
command:
Expand Down

0 comments on commit 6c81bed

Please sign in to comment.