mirror of
https://github.com/ansible-middleware/keycloak.git
synced 2025-08-07 22:54:31 -07:00
Bump major and ansible-core versions
This commit is contained in:
parent
532dc12a60
commit
7f980c44d2
7 changed files with 7 additions and 7 deletions
|
@ -24,7 +24,7 @@ virtualenv $PATH_TO_DEV_VIRTUALENV
|
|||
# activate the virtual env
|
||||
source $PATH_TO_DEV_VIRTUALENV/bin/activate
|
||||
# install ansible and tools onto the virtualenv
|
||||
pip install yamllint 'molecule>=6.0' 'molecule-plugins[docker]' 'ansible-core>=2.15' ansible-lint
|
||||
pip install yamllint 'molecule>=6.0' 'molecule-plugins[docker]' 'ansible-core>=2.16' ansible-lint
|
||||
# install collection dependencies
|
||||
ansible-galaxy collection install -r requirements.yml
|
||||
# install python dependencies
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue