summaryrefslogtreecommitdiffstats
path: root/roles/local_deploy/files/ansible_run.sh
diff options
context:
space:
mode:
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