infra-ansible/run_puppet_on_jenkins.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

8 lines
128 B
YAML

---
- hosts: meta-infra_type_jenkins
user: ubuntu
become: true
name: Run Puppet to install Jenkins
tasks:
- puppet: