We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50c95c8 commit fa49ecbCopy full SHA for fa49ecb
1 file changed
.github/workflows/multinode.yml
@@ -181,7 +181,7 @@ jobs:
181
python3 -m venv venv &&
182
source venv/bin/activate &&
183
pip install -U pip &&
184
- pip install ansible &&
+ pip install "ansible<14" && # ansible-core 2.21 breaks inventory plugins with 'required' removed from get_bin_path()
185
mkdir -p ansible/{collections,roles} &&
186
ansible-galaxy role install -r ansible/requirements.yml -p ansible/roles &&
187
ansible-galaxy collection install -r ansible/requirements.yml -p ansible/collections
0 commit comments