diff options
author | sirkubax <muszynski@so1.net> | 2017-10-20 23:26:03 +0200 |
---|---|---|
committer | sirkubax <muszynski@so1.net> | 2017-10-20 23:26:03 +0200 |
commit | 340f30f3410602e649c224eb9804f826d2fc8e0e (patch) | |
tree | 17744915e78b887443ca5027571e8adfcb2b541e /ansible.html.markdown | |
parent | d81ed7f3b7bfdc748b74f75debd5451cb5bbee59 (diff) |
set -e - again
Diffstat (limited to 'ansible.html.markdown')
-rw-r--r-- | ansible.html.markdown | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ansible.html.markdown b/ansible.html.markdown index d134c073..d3a0fb34 100644 --- a/ansible.html.markdown +++ b/ansible.html.markdown @@ -176,15 +176,14 @@ $ git colone git@github.com:sirkubax/ansible-for-learnXinYminutes.git $ cd ansible-for-learnXinYminutes $ source environment.sh $ -$# First lets execute the simple_playbook.yml +$ # First lets execute the simple_playbook.yml (venv) user@host:~/ansible-for-learnXinYminutes$ ansible-playbook playbook/simple_playbook.yml ``` ```bash $ source environment.sh -$ -$# Now we would run the above playbook with roles +$ # Now we would run the above playbook with roles (venv) user@host:~/ansible-for-learnXinYminutes$ ansible-playbook playbooks/role_example.yml ``` |