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