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:
parent
b8b5cf748a
commit
6bcf9aea71
@ -10,6 +10,7 @@
|
||||
roles:
|
||||
- role: puppet
|
||||
copy_hieradata: False
|
||||
copy_puppet: False
|
||||
- hosts: "git0*:!disabled"
|
||||
gather_facts: true
|
||||
max_fail_percentage: 1
|
||||
|
Loading…
Reference in New Issue
Block a user