mirror of
https://github.com/keycloak/keycloak.git
synced 2026-01-25 16:42:34 +00:00
Utilise ansible-core included with Ubuntu
Closes #30201 Signed-off-by: Ryan Emerson <remerson@redhat.com>
This commit is contained in:
committed by
Alexander Schwartz
parent
2059d4d2ee
commit
25cf961114
2
.github/scripts/ansible/aws_ec2.sh
vendored
2
.github/scripts/ansible/aws_ec2.sh
vendored
@@ -12,7 +12,7 @@ REGION=$2
|
||||
case $OPERATION in
|
||||
requirements)
|
||||
ansible-galaxy collection install -r requirements.yml
|
||||
pip3 install --user ansible boto3 botocore
|
||||
pip3 install --user boto3 botocore
|
||||
;;
|
||||
create|delete|start|stop)
|
||||
if [ -f "env.yml" ]; then ANSIBLE_CUSTOM_VARS_ARG="-e @env.yml"; fi
|
||||
|
||||
Reference in New Issue
Block a user