From 5e450c44c432b0fb3e752964153cf49cb219b7a9 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Tue, 10 Feb 2015 18:06:51 +0100 Subject: Add a comment to a few files --- roles/local_deploy/files/ansible_run.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'roles/local_deploy/files/ansible_run.sh') diff --git a/roles/local_deploy/files/ansible_run.sh b/roles/local_deploy/files/ansible_run.sh index 7a40d0b..4e43f93 100644 --- a/roles/local_deploy/files/ansible_run.sh +++ b/roles/local_deploy/files/ansible_run.sh @@ -1,4 +1,6 @@ #!/bin/sh +# script managed by ansible + cd /etc/ansible for i in local $(hostname -s) $(hostname -f); do FILE=playbooks/${i}.yml -- cgit