78d572d99e
become is the keyword to use forward instead of sudo. Change-Id: I1e29e3c37337ba999b2e8a970b688e4ec11ea579
11 lines
208 B
YAML
11 lines
208 B
YAML
---
|
|
- hosts: meta-infra_type_zuul
|
|
user: ubuntu
|
|
gather_facts: no
|
|
become: true
|
|
name: Run Puppet to install Zuul
|
|
tasks:
|
|
- puppet:
|
|
ignore_errors: yes
|
|
- service: name=apache2 state=started
|