We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c6f53c commit e12b502Copy full SHA for e12b502
.github/workflows/validate_pr.yml
@@ -39,7 +39,7 @@ jobs:
39
run: |
40
sudo update-alternatives --install /usr/bin/python python $(which python3) 1
41
pip install --upgrade pip
42
- pip install ansible-core==2.12 ansible-builder bindep pycodestyle voluptuous pylint pyyaml ansible-lint
+ pip install ansible-core~=2.12.0 ansible-builder bindep pycodestyle voluptuous pylint pyyaml ansible-lint
43
mkdir -p /usr/share/ansible/collections /usr/share/ansible/roles
44
ansible-galaxy collection install -r builder/requirements.yml -p /usr/share/ansible/collections
45
ansible-galaxy role install -r builder/requirements.yml -p /usr/share/ansible/roles
0 commit comments