infra-ansible/run_puppet_on_zuul.yml

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