summaryrefslogtreecommitdiffstats
path: root/roles/local_deploy/files/ansible_run.sh
diff options
context:
space:
mode:
authorMichael Scherer <misc@zarb.org>2015-02-10 18:06:51 +0100
committerMichael Scherer <misc@zarb.org>2015-02-10 18:06:51 +0100
commit5e450c44c432b0fb3e752964153cf49cb219b7a9 (patch)
treea0994431b7b0c47fb64bc3cf9da3215cddb37705 /roles/local_deploy/files/ansible_run.sh
parentb1205b6993443fd6c2a5e6c9e89e102d19b53cd9 (diff)
Add a comment to a few files
Diffstat (limited to 'roles/local_deploy/files/ansible_run.sh')
-rw-r--r--roles/local_deploy/files/ansible_run.sh2
1 files changed, 2 insertions, 0 deletions
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