diff options
author | sirkubax <muszynski@so1.net> | 2017-10-20 23:32:41 +0200 |
---|---|---|
committer | sirkubax <muszynski@so1.net> | 2017-10-20 23:32:41 +0200 |
commit | 68eae69fb5471f645265216967044905f3471a29 (patch) | |
tree | 0115b4b1910faf2bed29af17f91ce7d1cdef79a8 /ansible.html.markdown | |
parent | a3e6e2bb3b4ed325cd6fea0cc4f7590cb198849f (diff) |
set -e - again
Diffstat (limited to 'ansible.html.markdown')
-rw-r--r-- | ansible.html.markdown | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ansible.html.markdown b/ansible.html.markdown index 57f559ef..04862a14 100644 --- a/ansible.html.markdown +++ b/ansible.html.markdown @@ -169,7 +169,7 @@ pre_tasks: shell: echo 'this task is the last, but would be executed before roles, and before tasks' ``` -#### For remaining examples we would use repository with *ready to use* examples +#### For remaining examples we would use additional 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 @@ -182,6 +182,7 @@ $ # First lets execute the simple_playbook.yml ``` +Run the above playbook with roles example ```bash $ source environment.sh $ # Now we would run the above playbook with roles |