6b2350753c
Rather than doing this in the boostrap roles, better to decouple and do it separately.
12 lines
215 B
YAML
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
|