We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f35af7d + 645271e commit a9af509Copy full SHA for a9af509
.github/workflows/main.yml
@@ -17,6 +17,6 @@ on:
17
jobs:
18
integration:
19
name: Integration
20
- uses: systemli/github-ansible-workflow/.github/workflows/ansible-integration-workflow.yaml@main
+ uses: systemli/github-ansible-workflow/.github/workflows/ansible-integration-workflow.yaml@v1.2.0
21
with:
22
- distros: '[ "debian11", "debian10" ]'
+ distros: '[ "debian12", "debian11" ]'
molecule/default/molecule.yml
@@ -11,6 +11,6 @@ lint: |
11
ansible-lint
12
platforms:
13
- name: instance
14
- box: debian/bullseye64
+ box: debian/bookworm64
15
provisioner:
16
become: true
0 commit comments