feat: make fixes to be compatible with latest version #5

Merged
palkx merged 6 commits from feat/update-for-new-ansible-version into main 2025-12-06 21:34:55 +02:00
Showing only changes of commit c308225b56 - Show all commits

View File

@@ -22,11 +22,11 @@ jobs:
with:
path: "palkx.users"
- name: Setup Python 3
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: "3.x"
python-version: "3.13"
- name: Intall test dependencies
run: pip3 install yamllint ansible-lint
run: pip3 install yamllint==1.37.1 ansible-lint==25.12.0
- name: Lint code with yamllint
run: "yamllint ."
- name: Lint code with yamllint
@@ -51,11 +51,11 @@ jobs:
with:
path: "palkx.users"
- name: Setup Python 3
uses: actions/setup-python@v5
uses: actions/setup-python@v6
with:
python-version: "3.x"
python-version: "3.13"
- name: Intall test dependencies
run: pip3 install ansible==12.2.0 molecule molecule-plugins[docker] docker
run: pip3 install ansible-core==2.20.0 molecule==25.12.0 molecule-plugins[docker]==25.8.12 docker==7.1.0
- name: Run Molecule tests
run: molecule test
env: