updated location of gce mgmt templates
diff --git a/gce-ansible-config.yml b/gce-ansible-config.yml
index 96d98ca..3d897e0 100644
--- a/gce-ansible-config.yml
+++ b/gce-ansible-config.yml
@@ -40,7 +40,7 @@
- name: Prepare the gce.ini file
tags: ['gce-ini']
template:
- src: gce.ini.j2
+ src: templates/gce.ini.j2
dest: "generated/inventory/{{ project_id }}-gce.ini"
diff --git a/templates/__init__.py b/templates/__init__.py
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/templates/__init__.py
diff --git a/gce.ini.j2 b/templates/gce.ini.j2
similarity index 100%
rename from gce.ini.j2
rename to templates/gce.ini.j2