Commit d9d370b 1 parent 877f2d6 commit d9d370b Copy full SHA for d9d370b
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -198,9 +198,9 @@ jobs:
198
198
run : |
199
199
export ANSIBLE_CONFIG=$ansible_config
200
200
ln -s $PWD/roles/ansible/roles $PWD/operations/playbooks/oracle_duplicate/roles
201
- echo " $ansible_playbook_directory/rman-pre-duplicate.yml -e ansible_aws_ssm_bucket_name=${{ vars.ANSIBLE_AWS_SSM_BUCKET_NAME }} -i $inventory \
201
+ $ansible_playbook_directory/rman-pre-duplicate.yml -e ansible_aws_ssm_bucket_name=${{ vars.ANSIBLE_AWS_SSM_BUCKET_NAME }} -i $inventory \
202
202
-e duplicate_target=${{ steps.preparation.outputs.DuplicateTarget }} \
203
- -e skip_audited_interaction_archival=${{ github.event.inputs.SkipAudit }}"
203
+ -e skip_audited_interaction_archival=${{ github.event.inputs.SkipAudit }}
204
204
205
205
oracle-rman-export-schema :
206
206
if : ${{ github.event.inputs.SourceLegacy == 'no' }}
You can’t perform that action at this time.
0 commit comments