b33e0dd9ce
We were getting this from old test nodes and relying on it. But the new nodes show we're not actually installing it. Install it. Change-Id: I3b98041f46f3d3be9f2bd0da5b2f875fa0cef421
10 lines
250 B
YAML
10 lines
250 B
YAML
- hosts: 'codesearch:!disabled'
|
|
name: "codesearch: run puppet on codesearch"
|
|
strategy: free
|
|
roles:
|
|
- iptables
|
|
- sync-project-config
|
|
- pip3
|
|
- name: run-puppet
|
|
manifest: /opt/system-config/production/manifests/codesearch.pp
|