Commit 2db2821c authored by Dmitriy Safronov's avatar Dmitriy Safronov
Browse files

refactor: workflow update & minimal ansible version bump in tests

parent 3cc4d133
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -24,7 +24,8 @@ jobs:
    strategy:
      max-parallel: 2
      matrix:
        ansible: ["9", "latest"]
        ansible: ["10", "latest"]
        python: ["3.10", "3.x"]

    steps:
      - name: Check out the codebase
@@ -33,7 +34,7 @@ jobs:
      - name: Set up Python
        uses: actions/setup-python@v5
        with:
          python-version: "3.10"
          python-version: "${{ matrix.python }}"
          cache: "pip"
          cache-dependency-path: .requirements/${{ matrix.ansible }}.txt

+1 −1
Original line number Diff line number Diff line
# Requirements for ansible stable
ansible >=9, <10
ansible >10, <11
ansible-lint