We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19f747e commit 675a9d1Copy full SHA for 675a9d1
.github/workflows/oracle-db-deinstall.yml
@@ -149,5 +149,5 @@ jobs:
149
ln -s $PWD/roles/ansible/roles $PWD/operations/playbooks/oracle_release_update/roles
150
$command -i $inventory -e ansible_aws_ssm_bucket_name=${{ vars.ANSIBLE_AWS_SSM_BUCKET_NAME }} \
151
-e target_hosts="${{ steps.preparetargetname.outputs.TargetHost }}" \
152
- -e oracle_grid_oracle_home="{{ github.event.inputs.GridHome }}" \
153
- -e oracle_database_oracle_home="{{ github.event.inputs.DatabaseHome }}" ${{ github.event.inputs.VerboseOutput }}
+ -e oracle_grid_oracle_home="${{ github.event.inputs.GridHome }}" \
+ -e oracle_database_oracle_home="${{ github.event.inputs.DatabaseHome }}" ${{ github.event.inputs.VerboseOutput }}
0 commit comments