updated README required packages

It seems CentOS 8 Stream does not come with tar installed. When trying to run the make deploy for the operator on a fresh minimal (as required) installation of CentOS 8 Stream the process fails missing the command "tar"
This commit is contained in:
Figrol 2023-04-27 11:07:15 +01:00 committed by GitHub
parent db423af822
commit a74c0f2270
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -71,7 +71,7 @@ sudo reboot
Install required packages to deploy AWX Operator and AWX.
```bash
sudo dnf install -y git make curl
sudo dnf install -y git make curl tar
```
### Install K3s