infra-ansible/run_puppet_on_zuul.yml
Ricardo Carrillo Cruz 8383944786 Change the old meta zuul group to the expected 'zuul' group
The code is switching from relying on metadata based groups to
dynamically created groups with add_host.
As such, the group containing zuul is now 'zuul'.

Change-Id: Ia1336382b489f16a18ca00a67f985d41aad57319
2016-06-07 14:56:51 +00:00

11 lines
192 B
YAML

---
- hosts: zuul
user: ubuntu
gather_facts: no
become: true
name: Run Puppet to install Zuul
tasks:
- puppet:
ignore_errors: yes
- service: name=apache2 state=started