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
This commit is contained in:
Clark Boylan 2018-09-06 15:57:56 -07:00
parent 54f250cafb
commit 7df7bc2aad
1 changed files with 1 additions and 1 deletions

View File

@ -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