diff --git a/.gitignore b/.gitignore index a59521e..4dbc593 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ venv plugins/ host_vars/labbot_host.yml +.envrc diff --git a/ansible.cfg b/ansible.cfg index deb67a2..b188fcb 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,10 +1,11 @@ [defaults] -inventory = ./hosts.yml -stdout_callback = community.general.yaml -roles_path = .dependencies:roles -lookup_plugins = ./plugins/lookup -nocows = true -ansible_managed = Ansible Managed. Last edited on %Y-%m-%d at %H:%M:%S. +inventory = ./hosts.yml +stdout_callback = community.general.yaml +collections_path = .dependencies +roles_path = .dependencies:roles +lookup_plugins = ./plugins/lookup +nocows = true +ansible_managed = Ansible Managed. Last edited on %Y-%m-%d at %H:%M:%S. [diff] always = true