Add ansible header

Signed-off-by: Yohann D'ANELLO <ynerant@crans.org>
This commit is contained in:
2021-03-17 22:52:05 +01:00
parent be6bc01114
commit 9b0be73500
8 changed files with 54 additions and 4 deletions

View File

@ -1,5 +1,7 @@
#!/bin/bash
{{ ansible_header | comment }}
# enable color support of ls and also add handy aliases
if [ -x /usr/bin/dircolors ]; then
test -r ~/.dircolors && eval "$(dircolors -b ~/.dircolors)" || eval "$(dircolors -b)"