Browse Source

change maximal_ansible_version to 2.15 (#10395)

pull/10398/head
Kay Yan 1 year ago
committed by GitHub
parent
commit
b19b727fe7
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. 2
      playbooks/ansible_version.yml

2
playbooks/ansible_version.yml

@ -5,7 +5,7 @@
become: no
vars:
minimal_ansible_version: 2.14.0
maximal_ansible_version: 2.16.0
maximal_ansible_version: 2.15.0
ansible_connection: local
tags: always
tasks:

Loading…
Cancel
Save