Correct vars indentation error in rename playbook

The vars section is too indendented.

The start playbook is not needed.

Change-Id: Idc9b5a0cb203bb67bb3ff524d8da06b4d6ec626f
This commit is contained in:
James E. Blair
2020-03-20 07:18:36 -07:00
committed by Monty Taylor
parent 2b69ad45ba
commit f60fa8b5d1
2 changed files with 3 additions and 12 deletions

View File

@@ -124,10 +124,10 @@
- name: Start gerrit
include_role:
name: gerrit
vars:
gerrit_run_init: false
gerrit_run_compose_up: true
tasks_from: start
vars:
gerrit_run_init: false
gerrit_run_compose_up: true
- hosts: review
gather_facts: False