We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78047b6 commit 6ff40bfCopy full SHA for 6ff40bf
2/Example_Bash.md
@@ -2,6 +2,8 @@
2
3
*NOTE: I did not test this script completely*
4
5
+If a single command will fail, the whole script will stop executing. (_set -e_)
6
+
7
```bash
8
#!/usr/bin/env bash
9
2/Readme.md
@@ -193,8 +193,6 @@ Compare the Bash and Ansible example and think about it: which one would you rat
193
194
#### Bash
195
196
-If a single command will fail, the whole script will stop executing.
197
-
198
See: [Example Bash](https://github.com/ansibleguy/ansible_tutorial/blob/main/2/Example_Bash.md)
199
200
#### Ansible
0 commit comments