infra-ansible/run_puppet_on_gerrit.yml

11 lines
196 B
YAML

---
- hosts: gerrit
user: ubuntu
gather_facts: no
become: true
name: Run Puppet to install Gerrit
tasks:
- puppet:
ignore_errors: yes
- service: name=apache2 state=started