summaryrefslogtreecommitdiffhomepage
path: root/ansible.html.markdown
diff options
context:
space:
mode:
authorsirkubax <muszynski@so1.net>2017-10-20 23:30:15 +0200
committersirkubax <muszynski@so1.net>2017-10-20 23:30:15 +0200
commit738f09d92596b3c9f12477d4e0ac88f9ad9c7c76 (patch)
treedc230e1f2d18658362d9453e8e0756c2f10ec257 /ansible.html.markdown
parent1a935188969deac50f30fe356422d8003188afbb (diff)
set -e - again
Diffstat (limited to 'ansible.html.markdown')
-rw-r--r--ansible.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/ansible.html.markdown b/ansible.html.markdown
index 91442dbf..ee313f2c 100644
--- a/ansible.html.markdown
+++ b/ansible.html.markdown
@@ -170,7 +170,7 @@ pre_tasks:
```
#### We would use repository with *ready to use* examples
-We would clone the repository
+For remaining examples we would clone the repository
This example install ansible in `virtualenv` so it is independend from a system. You need to init it with `source environment.sh` command
```bash