-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove debian10 from list of default distros
- Loading branch information
1 parent
79d7eed
commit 0b983b6
Showing
2 changed files
with
3 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ | |
|
||
| Variable | Type | Default | Description | | ||
| ---------------------- | ------- | ------------------------------------------------------------------- | -------------------------------------------------- | | ||
| distros | string | '[ "debian12", "debian11", "debian10" ]' | List of distributions to test against the Role | | ||
| distros | string | '[ "debian12", "debian11" ]' | List of distributions to test against the Role | | ||
| python-dependencies | string | [see workflow](.github/workflows/ansible-integration-workflow.yaml) | Default pip dependencies for molecule | | ||
| molecule-config | string | [see workflow](.github/workflows/ansible-integration-workflow.yaml) | Configuration for molecule | | ||
| disable-apparmor-mysql | boolean | false | Disable AppArmor MySQL Profile for the Job Runner | | ||
|
@@ -32,7 +32,7 @@ jobs: | |
name: Integration | ||
uses: systemli/github-ansible-workflow/.github/workflows/[email protected] | ||
with: | ||
distros: '[ "debian12", "debian11", "debian10", "ubuntu2204", "ubuntu2004", "ubuntu1804" ]' | ||
distros: '[ "debian12", "debian11", "ubuntu2204", "ubuntu2004", "ubuntu1804" ]' | ||
``` | ||
## Ansible Galaxy | ||
|