File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
1
# TODO: unpin if RHEL 8 VMs on GCP update their python interpreter to 3.7+
2
2
# https://github.com/ansible/ansible/blob/v2.17.0/changelogs/CHANGELOG-v2.17.rst#removed-features-previously-deprecated
3
- ansible-core == 2.16.10
4
- ansible == 9.7 .0
3
+ ansible-core == 2.18.7
4
+ ansible == 11.6 .0
5
5
# TODO: unpin after https://github.com/docker/docker-py gets a release with
6
6
# https://github.com/docker/docker-py/commit/7785ad913ddf2d86478f08278bb2c488d05a29ff
7
7
requests == 2.31.0
Original file line number Diff line number Diff line change 80
80
loop : " {{ vm_available_zones }}"
81
81
loop_control :
82
82
loop_var : gcp_zone
83
+ break_when :
84
+ - (instance_result | default({'changed' : false})).changed
83
85
register : instance_result
84
86
when : >
85
- (vm_arch == "amd64" or vm_arch == "arm64") and not condition and excluded == false
86
- vars :
87
- condition : " {{ (instance_result | default({'changed': false})).changed }}"
88
-
87
+ (vm_arch == "amd64" or vm_arch == "arm64") and not excluded
You can’t perform that action at this time.
0 commit comments