diff --git a/ansible.cfg b/ansible.cfg index 1eee9f2..117c545 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,6 +1,6 @@ [defaults] inventory = hosts -roles_path = roles +roles_path = ./roles:./software gathering = smart fact_caching = jsonfile diff --git a/software b/software new file mode 160000 index 0000000..4bf65be --- /dev/null +++ b/software @@ -0,0 +1 @@ +Subproject commit 4bf65be84fc34eccf345ee2b071d881457e7ec1f