We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7540fc4 commit 299b432Copy full SHA for 299b432
.github/workflows/oracle-db-password-rotation.yml
@@ -288,7 +288,6 @@ jobs:
288
run: |
289
export ANSIBLE_CONFIG=$ansible_config
290
$database_command -i $inventory \
291
- -e rotate_groups=${{ ${{ needs.oracle_password_rotation.outputs.RotateGroups }} \
+ -e rotate_groups=${{ needs.oracle_password_rotation.outputs.RotateGroups }} \
292
-e environment_name=${{ github.events.inputs.TargetEnvironment }} \
293
- -e unlock_system_passwords=yes ${{ github.events.inputs.VerboseOutput }} ${{ github.events.inputs.AnsibleForks }}
294
-
+ -e unlock_system_passwords=yes ${{ github.events.inputs.VerboseOutput }} ${{ github.events.inputs.AnsibleForks }}
0 commit comments