Skip to content

Commit e57559f

Browse files
authored
Modify Ansible 12.0.0a4 to contain netapp.storagegrid 21.14.0 instead of 21.15.0, which has been deleted. (#553)
1 parent e148270 commit e57559f

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

12/ansible-12.0.0a4-tags.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -302,8 +302,8 @@ netapp.ontap:
302302
version: 23.0.0
303303
netapp.storagegrid:
304304
repository: https://github.com/ansible-collections/netapp.storagegrid
305-
tag: 21.15.0
306-
version: 21.15.0
305+
tag: 21.14.0
306+
version: 21.14.0
307307
netapp_eseries.santricity:
308308
repository: https://github.com/netapp-eseries/santricity
309309
tag: v1.4.1

12/ansible-12.0.0a4.deps

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ microsoft.ad: 1.9.0
7575
microsoft.iis: 1.0.2
7676
netapp.cloudmanager: 21.24.0
7777
netapp.ontap: 23.0.0
78-
netapp.storagegrid: 21.15.0
78+
netapp.storagegrid: 21.14.0
7979
netapp_eseries.santricity: 1.4.1
8080
netbox.netbox: 3.21.0
8181
ngine_io.cloudstack: 2.5.0

12/ansible-12.0.0a4.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ collections:
223223
version: 23.0.0
224224
- name: netapp.storagegrid
225225
source: https://galaxy.ansible.com
226-
version: 21.15.0
226+
version: 21.14.0
227227
- name: netapp_eseries.santricity
228228
source: https://galaxy.ansible.com
229229
version: 1.4.1

12/ansible-12.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ microsoft.ad: >=1.9.0,<2.0.0
7575
microsoft.iis: >=1.0.0,<2.0.0
7676
netapp.cloudmanager: >=21.24.0,<22.0.0
7777
netapp.ontap: >=23.0.0,<24.0.0
78-
netapp.storagegrid: >=21.15.0,<22.0.0
78+
netapp.storagegrid: >=21.14.0,<22.0.0
7979
netapp_eseries.santricity: >=1.4.0,<2.0.0
8080
netbox.netbox: >=3.21.0,<4.0.0
8181
ngine_io.cloudstack: >=2.5.0,<3.0.0

0 commit comments

Comments
 (0)