Updated to setup multiple orgs and environments.
diff --git a/tasks/main.yml b/tasks/main.yml
index b4dbb54..5942980 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -61,6 +61,8 @@
     when: groups['dc-3'] is defined and inventory_hostname in groups['dc-3']
   when: load_balancer is not defined or load_balancer | trim | length == 0
 
+
+
 - name: Prepare onboarding config file
   template:
     src: 'apigee-provision.conf.j2'
diff --git a/templates/apigee-provision.conf.j2 b/templates/apigee-provision.conf.j2
index 86ca8bf..82f4c48 100644
--- a/templates/apigee-provision.conf.j2
+++ b/templates/apigee-provision.conf.j2
@@ -14,6 +14,7 @@
 # Create a new user for the organization administrator.
 NEW_USER="{{ new_user }}"
 {% if new_user == 'y' %}
+
 # New user information if NEW_USER="y". USER_NAME=new@user.com
 USER_NAME={{ opdk_user_email }}
 FIRST_NAME={{ first_name }}