Merge pull request #51 from MichaelEllnebrand/deprecated-configuration-setting

Deprecated Configuration Setting
This commit is contained in:
Victor Zemtsov 2024-04-25 09:42:56 +03:00 committed by GitHub
commit b633a57fc3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
```
[defaults]
COLLECTIONS_PATHS = ./collections
COLLECTIONS_PATH = ./collections
```
2. Create requirements.yml in cloned directory:
@ -26,4 +26,4 @@ rm -rf ./collections && ansible-galaxy install -r requirements.yml
Note: Any change on your clone imply to reinstall the collection.
Tip: You can place a ansible.cfg with `COLLECTIONS_PATHS = ../../collections` in the examples dictory if you want to run the example on local collection in your cloned directory.
Tip: You can place a ansible.cfg with `COLLECTIONS_PATH = ../../collections` in the examples dictory if you want to run the example on local collection in your cloned directory.