updated with flat usage of tmp folder.
diff --git a/repository-custom-properties.yml b/repository-custom-properties.yml
index 0ed2d54..3655d42 100644
--- a/repository-custom-properties.yml
+++ b/repository-custom-properties.yml
@@ -10,7 +10,7 @@
 configuration_folders:
 - '{{ ansible_config }}/configurations'
 - '{{ ansible_config }}/inventory'
-- '{{ ansible_config }}/tmp/logs'
+- '{{ ansible_config }}/tmp/'
 - '{{ apigee_config }}/logs_configs'
 - '{{ apigee_config }}/apigee-opdk-custom-properties'
 - '{{ apigee_security }}'
diff --git a/resources/ansible.cfg.j2 b/resources/ansible.cfg.j2
index 585ec40..eb83470 100644
--- a/resources/ansible.cfg.j2
+++ b/resources/ansible.cfg.j2
@@ -1,7 +1,7 @@
 [defaults]
 hostfile = {{ ansible_config }}/inventory/
-fact_caching_connection = {{ ansible_config }}/tmp/cache/
-log_path = {{ ansible_config }}/tmp/logs/ansible-default.log
+fact_caching_connection = {{ ansible_config }}/tmp/
+log_path = {{ ansible_config }}/tmp/ansible-default.log
 
 # remote_user = {{ username }}
 # private_key_file = ~/.ssh/id_rsa