Move molecule config for playbooks into playbooks/
folder
#48
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Test provision_accounts | |
on: | |
pull_request: | |
paths: | |
- "roles/provision_accounts/**" | |
- "playbooks/setup_user_accounts.yml" | |
- ".github/workflows/molecule.yml" | |
- ".github/workflows/molecule-provision_accounts.yml" | |
jobs: | |
molecule-provision-accounts: | |
uses: ./.github/workflows/molecule.yml | |
with: | |
tests-path: ansible_collections/mirsg/infrastructure/roles/provision_accounts |