diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg index 403f2a3..67b4e87 100644 --- a/ansible/ansible.cfg +++ b/ansible/ansible.cfg @@ -3,3 +3,4 @@ inventory = inventory/hosts.ini host_key_checking = False retry_files_enabled = False interpreter_python = auto_silent +roles_path = roles diff --git a/komodo/mastodon/compose.yml b/komodo/mastodon/compose.yaml similarity index 100% rename from komodo/mastodon/compose.yml rename to komodo/mastodon/compose.yaml