summaryrefslogtreecommitdiff
path: root/bin/ansible-pull
diff options
context:
space:
mode:
authorMichael Scherer <misc@zarb.org>2013-10-13 11:42:09 +0200
committerMichael Scherer <misc@zarb.org>2013-10-13 15:34:56 +0200
commit92147aff0ff1c886eea2cfb48007fd1c41e46871 (patch)
treeb1fb0e54d33c514922532085a36ffbb940a852df /bin/ansible-pull
parent4b067fa47ec8883b8dc528f50486808ceb3d69f1 (diff)
downloadansible-92147aff0ff1c886eea2cfb48007fd1c41e46871.tar.gz
also fix the doc, forgot in last commit
Diffstat (limited to 'bin/ansible-pull')
-rwxr-xr-xbin/ansible-pull5
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/ansible-pull b/bin/ansible-pull
index 66782969c5..9f340bb349 100755
--- a/bin/ansible-pull
+++ b/bin/ansible-pull
@@ -32,8 +32,9 @@
# for playbooks in the following order, stopping at the first match:
#
# 1. $workdir/path/playbook.yml, if specified
-# 2. $workdir/$hostname.yml
-# 3. $workdir/local.yml
+# 2. $workdir/$fqdn.yml
+# 3. $workdir/$hostname.yml
+# 4. $workdir/local.yml
#
# the source repo must contain at least one of these playbooks.