summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorsirkubax <muszynski@so1.net>2017-10-20 23:26:03 +0200
committersirkubax <muszynski@so1.net>2017-10-20 23:26:03 +0200
commit340f30f3410602e649c224eb9804f826d2fc8e0e (patch)
tree17744915e78b887443ca5027571e8adfcb2b541e
parentd81ed7f3b7bfdc748b74f75debd5451cb5bbee59 (diff)
set -e - again
-rw-r--r--ansible.html.markdown5
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
```