Skip to content

Commit

Permalink
Remove debian10 from list of default distros
Browse files Browse the repository at this point in the history
  • Loading branch information
doobry-systemli committed Jun 13, 2023
1 parent 79d7eed commit 0b983b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ jobs:
name: Integration
uses: ./.github/workflows/ansible-integration-workflow.yaml
with:
distros: '[ "debian12", "debian11", "debian10", "ubuntu2204", "ubuntu2004" ]'
distros: '[ "debian12", "debian11", "ubuntu2204", "ubuntu2004" ]'
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand All @@ -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
Expand Down

0 comments on commit 0b983b6

Please sign in to comment.