Skip to content

Commit

Permalink
don't use the global collections by default
Browse files Browse the repository at this point in the history
Since this installs its own collections, let's avoid stomping on things
with other work the user might have going on.
  • Loading branch information
cardoe committed Jan 30, 2024
1 parent aaf021e commit 8c08dc5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ansible/playbooks/ansible.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ callbacks_enabled = profile_tasks
deprecation_warnings = False
inventory_ignore_extensions = ~, .orig, .bak, .ini, .cfg, .retry, .pyc, .pyo, .creds, .gpg, .example
enable_plugins = host_list, script, auto, yaml, ini, toml
# install and use local collections instead of global
collections_paths = ./collections/ansible_collections

[inventory]
ignore_patterns = artifacts, credentials

0 comments on commit 8c08dc5

Please sign in to comment.