Skip to content

Commit

Permalink
Add #shebang header to ansible-helloworld.sh (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
tungbq authored Aug 23, 2023
2 parents c3950cb + 1c7e4e7 commit 9e21800
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions topics/ansible/hello-world/ansible-helloworld.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/bash

console_log() {
echo ">>> [Ansible] $1"
}
Expand Down

0 comments on commit 9e21800

Please sign in to comment.