File tree 2 files changed +5
-6
lines changed
2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,14 @@ runs:
17
17
with :
18
18
python-version : ${{ inputs.python-version }}
19
19
20
- # - name: Install ansible-core (${{ inputs.ansible-version }})
21
- # shell: bash
22
- # run: |
23
- # pip install https://github.com/ansible/ansible/archive/${{ inputs.ansible-version }}.tar.gz --disable-pip-version-check
20
+ - name : Install ansible-core (${{ inputs.ansible-version }})
21
+ shell : bash
22
+ run : |
23
+ pip install https://github.com/ansible/ansible/archive/${{ inputs.ansible-version }}.tar.gz --disable-pip-version-check
24
24
25
25
- name : Install requirements for molecule tests
26
26
shell : bash
27
27
run : |
28
28
pip uninstall molecule-vagrant --yes
29
- pip install ansible-core==${{ inputs.ansible-version }}
30
29
pip install ansible-dev-tools pywinrm molecule molecule-plugins ansible-lint flake8 --disable-pip-version-check
31
30
if [ -f requirements.txt ]; then pip install -r requirements.txt --disable-pip-version-check; fi
Original file line number Diff line number Diff line change 51
51
# python: '3.10'
52
52
# - ansible: stable-2.14 # EOL 2024-05-20
53
53
# python: '3.10'
54
- - ansible : " 2.16.8 "
54
+ - ansible : stable- 2.16 # EOL 2025-05 - last version to support Python <3.7
55
55
python : " 3.12"
56
56
env :
57
57
ANSIBLE_FORCE_COLOR : 1 # allows ansible colors to be passed to GitHub Actions
You can’t perform that action at this time.
0 commit comments