diff options
author | sirkubax <muszynski@so1.net> | 2017-10-20 23:30:15 +0200 |
---|---|---|
committer | sirkubax <muszynski@so1.net> | 2017-10-20 23:30:15 +0200 |
commit | 738f09d92596b3c9f12477d4e0ac88f9ad9c7c76 (patch) | |
tree | dc230e1f2d18658362d9453e8e0756c2f10ec257 | |
parent | 1a935188969deac50f30fe356422d8003188afbb (diff) |
set -e - again
-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 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 |