diff options
author | sirkubax <muszynski@so1.net> | 2018-01-01 20:55:04 +0100 |
---|---|---|
committer | sirkubax <muszynski@so1.net> | 2018-01-01 20:55:04 +0100 |
commit | 22d4cadc8046fc941c99bbfed367cbe56f6831f0 (patch) | |
tree | 5182c8c59183e6f43adf0e97186d6fc2ea67d0e2 /ansible.html.markdown | |
parent | d3fdfa1260f7f0f46823dd2df15d50e5c472e41b (diff) |
update
Diffstat (limited to 'ansible.html.markdown')
-rw-r--r-- | ansible.html.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible.html.markdown b/ansible.html.markdown index 61ff6cff..067ea291 100644 --- a/ansible.html.markdown +++ b/ansible.html.markdown @@ -173,7 +173,7 @@ Role can be included in your playbook (executed via your playbook). #### For remaining examples we would use additional repository This example install ansible in `virtualenv` so it is independend from a system. You need to initialize it into your shell-context with `source environment.sh` command. -We are going to use repository with examples: sirkubax/ansible-for-learnXinYminutes.git +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 |