Commit 1ef3e7d 1 parent 56101a1 commit 1ef3e7d Copy full SHA for 1ef3e7d
File tree 1 file changed +9
-9
lines changed
playbooks/oracle_restore_points
1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 72
72
import_playbook : ../oem_blackout/playbook.yml
73
73
when : required_action == "Flashback to Restore Point"
74
74
vars :
75
- target : " {{ target_dbs }}"
76
- blackout : " Flashback_to_{{ restore_point_name }}"
77
- object_type : all
78
- action : start
79
- allow_jobs : true
75
+ target : " {{ target_dbs }}"
76
+ blackout : " Flashback_to_{{ restore_point_name }}"
77
+ object_type : all
78
+ action : start
79
+ allow_jobs : true
80
80
81
81
# Ensure all connections to Delius Primary are blocked and removed
82
82
# prior to a Flashback
444
444
import_playbook : ../oem_blackout/playbook.yml
445
445
when : required_action == "Flashback to Restore Point"
446
446
vars :
447
- target : " {{ target_dbs }}"
448
- blackout : " Flashback_to_{{ restore_point_name }}"
449
- object_type : all
450
- action : stop
447
+ target : " {{ target_dbs }}"
448
+ blackout : " Flashback_to_{{ restore_point_name }}"
449
+ object_type : all
450
+ action : stop
451
451
452
452
# Always Run the Restore Point Report at the End
453
453
- name : Report restore points
You can’t perform that action at this time.
0 commit comments