mirror of https://github.com/ansible/ansible.git
fix default collection resolution in adhoc (#63298)
* fix default collection resolution in adhoc
* if an adhoc command is run with a playbook-dir under a configured collection, default collection resolution is used to resolve unqualified module/action names
* Set ANSIBLE_PLAYBOOK_DIR in integration tests.
* Fix config conflict in ansible integration test.
* add adhoc default collection test
* text-ify warning string
(cherry picked from commit 6d52bdf4db
)
pull/63360/head
parent
1ca6667a2f
commit
5b6e8590cf
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- adhoc CLI - when playbook-dir is specified and inside a collection, use default collection logic to resolve modules/actions
|
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- ansible-test now properly sets ``ANSIBLE_PLAYBOOK_DIR`` for integration tests so unqualified collection references work for adhoc ``ansible`` usage
|
Loading…
Reference in New Issue