Don't rsync puppet on localhost

We don't need to rsync to ourselves. Best case it's a no-op. Worst case
something weird happens and we overwrite ourselves while running.

Change-Id: I890ea487d7a6129b7477b6d17b6a7e3c1904bade
This commit is contained in:
Monty Taylor 2016-01-19 11:14:13 -05:00
parent b8b5cf748a
commit 6bcf9aea71

View File

@ -10,6 +10,7 @@
roles: roles:
- role: puppet - role: puppet
copy_hieradata: False copy_hieradata: False
copy_puppet: False
- hosts: "git0*:!disabled" - hosts: "git0*:!disabled"
gather_facts: true gather_facts: true
max_fail_percentage: 1 max_fail_percentage: 1