Fixed bugs with setup of ansible.cfg
diff --git a/ansible.cfg b/ansible.cfg old mode 100755 new mode 100644 index 2ecbd43..5babd93 --- a/ansible.cfg +++ b/ansible.cfg
@@ -1,7 +1,7 @@ [defaults] hostfile = ~/.ansible/inventory/ fact_caching_connection = ~/.ansible/tmp/cache/ -log_path = ~/.ansible/tmp/logs/ +log_path = ~/.ansible/tmp/logs/ansible-default.log # remote_user = friasc private_key_file = ~/.ssh/id_rsa
diff --git a/resources/ansible.cfg.j2 b/resources/ansible.cfg.j2 index 7a810be..6f27390 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/ +log_path = {{ ansible_config }}/tmp/logs/ansible-default.log # remote_user = {{ username }} private_key_file = ~/.ssh/id_rsa