diff --git a/tools/deployment/060-postgresql-utility.sh b/tools/deployment/060-postgresql-utility.sh index 7ce8c166..f249da0b 100755 --- a/tools/deployment/060-postgresql-utility.sh +++ b/tools/deployment/060-postgresql-utility.sh @@ -38,7 +38,7 @@ helm upgrade --install postgresql ./postgresql \ #NOTE: Wait for deploy ./tools/deployment/common/wait-for-pods.sh osh-infra -bash -c "./tools/deployment/common/020-ingress.sh" +bash -c "./tools/deployment/common/ingress.sh" # Deploy postgresql-utility cd ${CURRENT_DIR} diff --git a/tools/gate/playbooks/deploy-env.yaml b/tools/gate/playbooks/deploy-env.yaml index 39b4acfc..950b992a 100644 --- a/tools/gate/playbooks/deploy-env.yaml +++ b/tools/gate/playbooks/deploy-env.yaml @@ -18,7 +18,8 @@ roles: - ensure-python - ensure-pip - - ensure-tox + - role: ensure-tox + become: false - clear-firewall - deploy-apparmor - deploy-selenium @@ -31,6 +32,6 @@ name: packaging version: 23.1 executable: pip3 - become: True + become: true ...