-
-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated action and container, newer components.
- Loading branch information
1 parent
55ccb56
commit 2c92a0b
Showing
8 changed files
with
28 additions
and
22 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -38,9 +38,11 @@ jobs: | |
- image: "debian" | ||
tag: "bullseye" | ||
- image: "fedora" | ||
tag: "37" | ||
tag: "38" | ||
- image: "fedora" | ||
tag: "latest" | ||
- image: "fedora" | ||
tag: "rawhide" | ||
- image: "opensuse" | ||
tag: "latest" | ||
- image: "ubuntu" | ||
|
@@ -54,12 +56,12 @@ jobs: | |
uses: actions/checkout@v3 | ||
with: | ||
path: "${{ github.repository }}" | ||
- name: disable apparmor for mysql | ||
run: sudo ln -s /etc/apparmor.d/usr.sbin.mysqld /etc/apparmor.d/disable/ | ||
- name: parse apparmor for mysql | ||
run: sudo apparmor_parser -R /etc/apparmor.d/usr.sbin.mysqld | ||
# - name: disable apparmor for mysql | ||
# run: sudo ln -s /etc/apparmor.d/usr.sbin.mysqld /etc/apparmor.d/disable/ | ||
# - name: parse apparmor for mysql | ||
# run: sudo apparmor_parser -R /etc/apparmor.d/usr.sbin.mysqld | ||
- name: molecule | ||
uses: robertdebock/[email protected].0 | ||
uses: robertdebock/[email protected].1 | ||
with: | ||
image: ${{ matrix.config.image }} | ||
tag: ${{ matrix.config.tag }} |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
# Pinning ansible-compat version due to [bug](https://github.com/ansible-community/molecule/issues/3903) | ||
ansible-compat == 3.0.2 | ||
molecule == 5.* | ||
ansible-compat == 4.* | ||
molecule == 6.* | ||
molecule-plugins[docker] == 23.* | ||
ansible-lint == 6.* | ||
paramiko == 3.* |
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