Browse Source
Update ansible_version minimal and maximal version
Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
pull/11924/head
ChengHao Yang
1 year ago
Failed to extract signature
2 changed files with
3 additions and
3 deletions
-
meta/runtime.yml
-
playbooks/ansible_version.yml
|
|
@ -1,2 +1,2 @@ |
|
|
|
--- |
|
|
|
requires_ansible: '>=2.16.4' |
|
|
|
requires_ansible: ">=2.17.3" |
|
|
@ -5,8 +5,8 @@ |
|
|
|
become: false |
|
|
|
run_once: true |
|
|
|
vars: |
|
|
|
minimal_ansible_version: 2.16.4 |
|
|
|
maximal_ansible_version: 2.17.0 |
|
|
|
minimal_ansible_version: 2.17.3 |
|
|
|
maximal_ansible_version: 2.18.0 |
|
|
|
tags: always |
|
|
|
tasks: |
|
|
|
- name: "Check {{ minimal_ansible_version }} <= Ansible version < {{ maximal_ansible_version }}" |
|
|
|