diff options
Diffstat (limited to 'files')
-rw-r--r-- | files/borg.fact | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/files/borg.fact b/files/borg.fact index 555143d..ee6504c 100644 --- a/files/borg.fact +++ b/files/borg.fact @@ -1,4 +1,8 @@ #!/bin/sh +############################################################################### +# \_o< WARNING : This file is being managed by ansible! >o_/ # +# ~~~~ ~~~~ # +############################################################################### echo '{' if [ -e '/root/.ssh/borg.pub' ]; then |