summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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