summaryrefslogtreecommitdiffhomepage
path: root/ansible.html.markdown
diff options
context:
space:
mode:
authorsirkubax <muszynski@so1.net>2018-01-01 20:57:43 +0100
committersirkubax <muszynski@so1.net>2018-01-01 20:57:43 +0100
commit493beb467cb4b1a9fd636e6e79ed1d02c86b0256 (patch)
tree76c1e1f4df6dabab4d7181cbd06492c6a5468dfd /ansible.html.markdown
parent22d4cadc8046fc941c99bbfed367cbe56f6831f0 (diff)
update
Diffstat (limited to 'ansible.html.markdown')
-rw-r--r--ansible.html.markdown3
1 files changed, 2 insertions, 1 deletions
diff --git a/ansible.html.markdown b/ansible.html.markdown
index 067ea291..9661fdf4 100644
--- a/ansible.html.markdown
+++ b/ansible.html.markdown
@@ -176,7 +176,8 @@ This example install ansible in `virtualenv` so it is independend from a system.
We are going to use repository with examples: https://github.com/sirkubax/ansible-for-learnXinYminutes
```bash
-$ git colone git@github.com:sirkubax/ansible-for-learnXinYminutes.git
+$ # The folowing example contain a shell-prompt to indicate the venv and relative path
+$ git clone git@github.com:sirkubax/ansible-for-learnXinYminutes.git
user@host:~/$ cd ansible-for-learnXinYminutes
user@host:~/ansible-for-learnXinYminutes$ source environment.sh
$