From 6bcf9aea715fd5b5c2c3bab03b2cadce971ee704 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Tue, 19 Jan 2016 11:14:13 -0500 Subject: [PATCH] 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 --- playbooks/remote_puppet_git.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/playbooks/remote_puppet_git.yaml b/playbooks/remote_puppet_git.yaml index 0a539ee2d0..f2a37c07c5 100644 --- a/playbooks/remote_puppet_git.yaml +++ b/playbooks/remote_puppet_git.yaml @@ -10,6 +10,7 @@ roles: - role: puppet copy_hieradata: False + copy_puppet: False - hosts: "git0*:!disabled" gather_facts: true max_fail_percentage: 1