diff options
author | sirkubax <muszynski@so1.net> | 2018-01-01 20:57:43 +0100 |
---|---|---|
committer | sirkubax <muszynski@so1.net> | 2018-01-01 20:57:43 +0100 |
commit | 493beb467cb4b1a9fd636e6e79ed1d02c86b0256 (patch) | |
tree | 76c1e1f4df6dabab4d7181cbd06492c6a5468dfd | |
parent | 22d4cadc8046fc941c99bbfed367cbe56f6831f0 (diff) |
update
-rw-r--r-- | ansible.html.markdown | 3 |
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 $ |