mirror of
https://github.com/Expand-sys/awx-on-k3s
synced 2025-12-16 05:52:15 +11:00
Merge pull request #185 from kurokobo/sudo
docs: add sudo to systemctl and reboot command
This commit is contained in:
commit
f2326436f1
1 changed files with 2 additions and 2 deletions
|
|
@ -64,8 +64,8 @@ Disable firewalld and nm-cloud-setup if enabled. This is [recommended by K3s](ht
|
|||
sudo systemctl disable firewalld --now
|
||||
|
||||
# Disable nm-cloud-setup if exists and enabled
|
||||
systemctl disable nm-cloud-setup.service nm-cloud-setup.timer
|
||||
reboot
|
||||
sudo systemctl disable nm-cloud-setup.service nm-cloud-setup.timer
|
||||
sudo reboot
|
||||
```
|
||||
|
||||
Install required packages to deploy AWX Operator and AWX.
|
||||
|
|
|
|||
Loading…
Reference in a new issue