Skip to content

Commit 3bb66fd

Browse files
committed
update README
1 parent 2379bf0 commit 3bb66fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Test that things are working with the command
4747
ansible-playbook cvmfs.setup.ping
4848
```
4949

50-
4. Many of the ansible commands require `sudo` privileges.
50+
4. Many of the ansible commands require `sudo` privileges on the remote machines.
5151
If you would like to disable the sudo password on the remote machines so that the playbooks in this collection can be ran without a password, first run the following command, enter the sudo password for the machine which will have its sudo password removed, then press enter.
5252
```bash
5353
read -s PASS
@@ -77,7 +77,7 @@ Test that things are working with the command
7777

7878
after running `cvmfs.setup.all`, any of the individual playbooks above case be re-ran if needed. However, they all rely on `cvmfs.setup.stratum_0` having been ran once in order for the stratum-0 public keys to be copied over properly.
7979

80-
2. To ensure that the environment was set up correctly, you could try propagating a test file through all the machines, i.e. from
80+
2. To ensure that the environment was set up correctly, you could try propagating a test file through all the machines. i.e. from
8181

8282
``` bash
8383
stratum-0 -> stratum-1 -> proxy -> client

0 commit comments

Comments
 (0)