diff --git a/ansible.cfg b/ansible.cfg index 29461ab..74adbed 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -6,4 +6,4 @@ host_key_checking = True ## Paths inventory = ./inventory.ini roles_path = ./roles -collections_paths = ./ \ No newline at end of file +collections_path = ./ \ No newline at end of file