Skip to content

Commit 121a930

Browse files
author
Your Name
committed
doc: add hint for ansible user
1 parent dff090f commit 121a930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tutorials.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ After that, you can start the first provision stage with `ansible-playbook play.
4040

4141
### 2. Provision machine for its actual purpose
4242

43-
After that, just run the rest of the playbooks for the given machine, accessing it with your own ssh login: `ansible-playbook play.yml --limit=testmachine`.
43+
After that, just run the rest of the playbooks for the given machine, accessing it with your own ssh login: `ansible-playbook play.yml --limit=testmachine`. Don't forget to add `--user testuser` if the name of your local user differs from the remote user.
4444

4545
## Provision a machine to buildbotworker
4646

0 commit comments

Comments
 (0)