Fix bootstrap instructions to include group id
This commit is contained in:
parent
b4f9fba952
commit
2cff4e4354
@ -17,8 +17,9 @@ Bootstrap checklist:
|
||||
sudo tee /etc/sudoers.d/30-ansible <<<"ansible ALL=(ALL) NOPASSWD:ALL"
|
||||
```
|
||||
|
||||
5. Change the UID of the `ansible` user to `1400` with this command:
|
||||
5. Change the UID/GID of the `ansible` user/group to `1400` with these commands:
|
||||
|
||||
```bash
|
||||
sudo usermod -u 1400 ansible
|
||||
sudo groupmod -g 1400 ansible
|
||||
```
|
||||
|
Reference in New Issue
Block a user