From 7df7bc2aad3ec723d4d47931b96647f09c10b33a Mon Sep 17 00:00:00 2001 From: Clark Boylan Date: Thu, 6 Sep 2018 15:57:56 -0700 Subject: [PATCH] Use git-servers group in remote_puppet_else We use the git-servers group in remote_puppet_git to positively select the git nodes in that playbook but used !git0* glob to exclude these nodes in remote_puppet_else. Use !git-servers in remote_puppet_else so that the two groups used line up with each other. Change-Id: I023f8262a86117b2dec1ff5b762082e09e601e74 --- playbooks/remote_puppet_else.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/remote_puppet_else.yaml b/playbooks/remote_puppet_else.yaml index 7d7ba4013c..9e30834783 100644 --- a/playbooks/remote_puppet_else.yaml +++ b/playbooks/remote_puppet_else.yaml @@ -1,4 +1,4 @@ -- hosts: 'puppet:!review:!git0*:!zuul-scheduler:!afs:!afsdb:!puppetmaster*:!disabled' +- hosts: 'puppet:!review:!git-server:!zuul-scheduler:!afs:!afsdb:!puppetmaster*:!disabled' strategy: free roles: - puppet