Skip to content

Commit 299b432

Browse files
committed
Correction
1 parent 7540fc4 commit 299b432

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/oracle-db-password-rotation.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,6 @@ jobs:
288288
run: |
289289
export ANSIBLE_CONFIG=$ansible_config
290290
$database_command -i $inventory \
291-
-e rotate_groups=${{ ${{ needs.oracle_password_rotation.outputs.RotateGroups }} \
291+
-e rotate_groups=${{ needs.oracle_password_rotation.outputs.RotateGroups }} \
292292
-e environment_name=${{ github.events.inputs.TargetEnvironment }} \
293-
-e unlock_system_passwords=yes ${{ github.events.inputs.VerboseOutput }} ${{ github.events.inputs.AnsibleForks }}
294-
293+
-e unlock_system_passwords=yes ${{ github.events.inputs.VerboseOutput }} ${{ github.events.inputs.AnsibleForks }}

0 commit comments

Comments
 (0)