diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 3d81f5a00704e627241dcf6c05ae156ede35b4bd..b615540d845425b35f698c0fb1c59554542a16a1 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -24,7 +24,7 @@ jobs: strategy: max-parallel: 2 matrix: - ansible: ["9", "10"] + ansible: ["9", "11"] python: ["3.10", "3.12"] steps: diff --git a/.requirements/10.txt b/.requirements/10.txt deleted file mode 100644 index 328d34adf25e0256f77bba9a3fe19d81b5b42ce0..0000000000000000000000000000000000000000 --- a/.requirements/10.txt +++ /dev/null @@ -1,3 +0,0 @@ -# Requirements for ansible 10 -ansible >=10, <11 -ansible-lint diff --git a/.requirements/11.txt b/.requirements/11.txt new file mode 100644 index 0000000000000000000000000000000000000000..61f85de9abc0ce8c5fa093128e32a5c7002242fd --- /dev/null +++ b/.requirements/11.txt @@ -0,0 +1,3 @@ +# Requirements for ansible 11 +ansible >=11, <12 +ansible-lint