[ansible] add support for ansible 5 (ansible-core 2.12) (#8512)

This commit is contained in:
Cristian Calin
2022-03-28 18:49:22 +03:00
committed by GitHub
parent 652f2edbe1
commit 113de8381c
6 changed files with 33 additions and 2 deletions

View File

@@ -48,6 +48,14 @@ packet_ubuntu20-calico-aio-ansible-2_11:
ANSIBLE_MAJOR_VERSION: "2.11"
RESET_CHECK: "true"
packet_ubuntu20-calico-aio-ansible-2_12:
stage: deploy-part1
extends: .packet_pr
when: on_success
variables:
ANSIBLE_MAJOR_VERSION: "2.12"
RESET_CHECK: "true"
# ### PR JOBS PART2
packet_ubuntu18-aio-docker: