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:
committed by
Monty Taylor
parent
2b69ad45ba
commit
f60fa8b5d1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user