Skip to content

Commit

Permalink
Revert "ansible: upgrade to version >= 2.15.3"
Browse files Browse the repository at this point in the history
This reverts commit 8bb4f0d.
  • Loading branch information
MrFreezeex committed Sep 26, 2023
1 parent 728c3c1 commit 368c7a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions playbooks/ansible_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
gather_facts: false
become: no
vars:
minimal_ansible_version: 2.15.3 # 2.15 versions before 2.15.3 are known to be buggy for kubespray
maximal_ansible_version: 2.16.0
minimal_ansible_version: 2.14.0
maximal_ansible_version: 2.15.0
ansible_connection: local
tags: always
tasks:
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
ansible==8.4.0
cryptography==41.0.4
ansible==7.6.0
cryptography==41.0.1
jinja2==3.1.2
jmespath==1.0.1
MarkupSafe==2.1.3
netaddr==0.9.0
netaddr==0.8.0
pbr==5.11.1
ruamel.yaml==0.17.32
ruamel.yaml==0.17.31
ruamel.yaml.clib==0.2.7

0 comments on commit 368c7a2

Please sign in to comment.