diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg index 9feb8f0..2734941 100644 --- a/ansible/ansible.cfg +++ b/ansible/ansible.cfg @@ -1,3 +1,5 @@ [defaults] remote_tmp = /tmp/ansible-$USER -collections_path = ./installed-collections # ./ refers to dir in which this file is located \ No newline at end of file + +# ./ refers to dir in which this file is located +collections_path = ./installed-collections \ No newline at end of file