infra-ansible/run_puppet_on_zuul.yml

12 lines
215 B
YAML

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