Set ANSIBLE_ROLES_PATH in the GitHub Actions workflow to ensure
Ansible can properly resolve the role path when using dynamic role
name lookup in converge.yml.
This fixes the 'role not found' error in molecule tests on GitHub
Actions runners.
Change-Id: I6741397ed846e7e87286434885f593620dacee74
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
ANSIBLE_FORCE_COLOR: "1"
MOLECULE_PLATFORM_NAME: ${{ matrix.distro }}
MOLECULE_PROJECT_DIRECTORY: ${{ github.workspace }}
+ ANSIBLE_ROLES_PATH: ${{ github.workspace }}/..
vote:
if: ${{ always() }}