Skip to content

Commit

Permalink
tests: set ANSIBLE_COLLECTIONS_PATH for rbdmirror scenario
Browse files Browse the repository at this point in the history
This is missing so the job fails.
Typical error:
```
ERROR! couldn't resolve module/action 'community.general.dnf_config_manager'.
```

Signed-off-by: Guillaume Abrioux <gabrioux@ibm.com>
  • Loading branch information
guits committed Feb 13, 2024
1 parent b46c744 commit 93e4ee0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox-rbdmirror.ini
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ setenv=
ANSIBLE_CALLBACK_WHITELIST = profile_tasks
ANSIBLE_CACHE_PLUGIN = memory
ANSIBLE_GATHERING = implicit
ANSIBLE_COLLECTIONS_PATH = {envdir}/ansible_collections
# only available for ansible >= 2.5
ANSIBLE_KEEP_REMOTE_FILES = 1
ANSIBLE_STDOUT_CALLBACK = yaml
Expand Down

0 comments on commit 93e4ee0

Please sign in to comment.