mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-13 21:34:40 +03:00
Upgrade to Ansible 2.7.8 (#4535)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
37eac010c8
commit
f69b5f7f33
@@ -3,11 +3,11 @@
|
||||
gather_facts: False
|
||||
become: no
|
||||
tasks:
|
||||
- name: "Check ansible version >=2.7.6"
|
||||
- name: "Check ansible version >=2.7.8"
|
||||
assert:
|
||||
msg: "Ansible must be v2.7.6 or higher"
|
||||
msg: "Ansible must be v2.7.8 or higher"
|
||||
that:
|
||||
- ansible_version.string is version("2.7.6", ">=")
|
||||
- ansible_version.string is version("2.7.8", ">=")
|
||||
tags:
|
||||
- check
|
||||
vars:
|
||||
|
||||
Reference in New Issue
Block a user