Remove the sudo from DNS guide

This was caused by me doing some things as root instead as my own user.

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
Michal Konecny 2023-09-25 15:13:23 +02:00
parent 7aa0447918
commit b21d32f2c1

View file

@ -88,10 +88,10 @@ Once that is committed, you need to run a script to build the zones and
then push them to the dns servers.:
....
sudo ./do-domains # This builds the files
./do-domains # This builds the files
git add .
git commit -a -m 'done build'
sudo git push
git push
$ sudo -i ansible ns\* -a '/usr/local/bin/update-dns' # This tells the dns servers to load the new files
....