infra-ansible/run_puppet_on_zuul.yml
Ricardo Carrillo Cruz 78d572d99e Fix sudo/become deprecation warnings
become is the keyword to use forward instead of sudo.

Change-Id: I1e29e3c37337ba999b2e8a970b688e4ec11ea579
2016-06-06 15:12:49 +00:00

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