infra-ansible/run_puppet_on_zuul.yml
Arie Bregman bf38ef8f1f Fix run_puppet_on_*.yml files
Remove duplicated tasks line.

This is also reported when runnning: ansible-playbook --syntax-check.

Change-Id: Iad7b205418b57e6f38f2c4851ec2624a93689539
2016-03-20 17:14:39 +02:00

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