diff options
author | sirkubax <muszynski@so1.net> | 2017-10-20 23:31:14 +0200 |
---|---|---|
committer | sirkubax <muszynski@so1.net> | 2017-10-20 23:31:14 +0200 |
commit | a3e6e2bb3b4ed325cd6fea0cc4f7590cb198849f (patch) | |
tree | 8119220af2ea7ce0aa67b70195670805be52e3b7 /ansible.html.markdown | |
parent | 738f09d92596b3c9f12477d4e0ac88f9ad9c7c76 (diff) |
set -e - again
Diffstat (limited to 'ansible.html.markdown')
-rw-r--r-- | ansible.html.markdown | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ansible.html.markdown b/ansible.html.markdown index ee313f2c..57f559ef 100644 --- a/ansible.html.markdown +++ b/ansible.html.markdown @@ -169,8 +169,7 @@ pre_tasks: shell: echo 'this task is the last, but would be executed before roles, and before tasks' ``` -#### We would use repository with *ready to use* examples -For remaining examples we would clone the repository +#### For remaining examples we would use repository with *ready to use* examples This example install ansible in `virtualenv` so it is independend from a system. You need to init it with `source environment.sh` command ```bash |