Skip to content

Commit 1ef3e7d

Browse files
Commit changes made by code formatters
1 parent 56101a1 commit 1ef3e7d

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

playbooks/oracle_restore_points/playbook.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,11 @@
7272
import_playbook: ../oem_blackout/playbook.yml
7373
when: required_action == "Flashback to Restore Point"
7474
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
8080

8181
# Ensure all connections to Delius Primary are blocked and removed
8282
# prior to a Flashback
@@ -444,10 +444,10 @@
444444
import_playbook: ../oem_blackout/playbook.yml
445445
when: required_action == "Flashback to Restore Point"
446446
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
451451

452452
# Always Run the Restore Point Report at the End
453453
- name: Report restore points

0 commit comments

Comments
 (0)