Fix run_puppet_on_*.yml files

Remove duplicated tasks line.

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

Change-Id: Iad7b205418b57e6f38f2c4851ec2624a93689539
This commit is contained in:
Arie Bregman 2016-03-20 17:10:22 +02:00
parent 1148bdb4d4
commit bf38ef8f1f
3 changed files with 0 additions and 3 deletions

View File

@ -3,7 +3,6 @@
user: ubuntu
gather_facts: no
sudo: true
tasks:
name: Run Puppet to install Gerrit
tasks:
- puppet:

View File

@ -2,7 +2,6 @@
- hosts: meta-infra_type_jenkins
user: ubuntu
sudo: true
tasks:
name: Run Puppet to install Jenkins
tasks:
- puppet:

View File

@ -3,7 +3,6 @@
user: ubuntu
gather_facts: no
sudo: true
tasks:
name: Run Puppet to install Zuul
tasks:
- puppet: