1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-21 22:05:46 +02:00

set -e - again

This commit is contained in:
sirkubax
2017-10-20 23:26:03 +02:00
parent d81ed7f3b7
commit 340f30f341

View File

@@ -183,7 +183,6 @@ $# First lets execute the simple_playbook.yml
```bash ```bash
$ source environment.sh $ 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 (venv) user@host:~/ansible-for-learnXinYminutes$ ansible-playbook playbooks/role_example.yml
``` ```