bf38ef8f1f
Remove duplicated tasks line. This is also reported when runnning: ansible-playbook --syntax-check. Change-Id: Iad7b205418b57e6f38f2c4851ec2624a93689539
11 lines
210 B
YAML
11 lines
210 B
YAML
---
|
|
- hosts: meta-infra_type_gerrit
|
|
user: ubuntu
|
|
gather_facts: no
|
|
sudo: true
|
|
name: Run Puppet to install Gerrit
|
|
tasks:
|
|
- puppet:
|
|
ignore_errors: yes
|
|
- service: name=apache2 state=started
|