mirror of
https://github.com/ansible-collections/google.cloud.git
synced 2025-04-06 10:50:28 -07:00
chore: bump ansible versions
This commit is contained in:
parent
b64af489ea
commit
13af84c3db
3 changed files with 6 additions and 3 deletions
|
@ -18,9 +18,11 @@ jobs:
|
||||||
run:
|
run:
|
||||||
working-directory: ansible_collections/google/cloud
|
working-directory: ansible_collections/google/cloud
|
||||||
strategy:
|
strategy:
|
||||||
|
max-parallel: 1
|
||||||
matrix:
|
matrix:
|
||||||
ansible_version:
|
ansible_version:
|
||||||
- stable-2.13
|
- stable-2.14
|
||||||
|
- stable-2.15
|
||||||
steps:
|
steps:
|
||||||
- name: check out code
|
- name: check out code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
3
.github/workflows/ansible-test.yml
vendored
3
.github/workflows/ansible-test.yml
vendored
|
@ -12,6 +12,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
ansible_version:
|
ansible_version:
|
||||||
- stable-2.14
|
- stable-2.14
|
||||||
|
- stable-2.15
|
||||||
steps:
|
steps:
|
||||||
- name: check out code
|
- name: check out code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
@ -48,7 +49,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
ansible_version:
|
ansible_version:
|
||||||
- stable-2.14
|
- stable-2.14
|
||||||
- stable-2.11
|
- stable-2.15
|
||||||
steps:
|
steps:
|
||||||
- name: check out code
|
- name: check out code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
requires_ansible: '>=2.9.10'
|
requires_ansible: '>=2.14'
|
||||||
|
|
||||||
action_groups:
|
action_groups:
|
||||||
gcp:
|
gcp:
|
||||||
|
|
Loading…
Add table
Reference in a new issue