-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add molecule setup for
mirsg.infrastructure.install_python
(#11)
- update README to reflect the role is now part of a collection - add molecule inventory group vars fro `mirsg.infrastructure.install_python` - add a workflow to run molecule on `install_python` when the role changes
- Loading branch information
Showing
3 changed files
with
26 additions
and
17 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
name: Test Python | ||
on: | ||
pull_request: | ||
paths: | ||
- "roles/install_python/**" | ||
- ".github/workflows/molecule.yml" | ||
- ".github/workflows/molecule-python.yml" | ||
|
||
jobs: | ||
molecule-firewalld: | ||
uses: ./.github/workflows/molecule.yml | ||
with: | ||
run-tags: python |
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
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