Skip to content

Commit 370bb1e

Browse files
Commit changes made by code formatters
1 parent 7ed0299 commit 370bb1e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

playbooks/oracle_backup/get_facts.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
assume_role_name: "EC2OracleEnterpriseManagementSecretsRole"
1313
secret: "/oracle/database/{{ catalog }}/shared-passwords"
1414
users:
15-
- rcvcatowner:
15+
- rcvcatowner:
1616

1717
- name: Get Account Ids
1818
set_fact:
@@ -32,7 +32,6 @@
3232
- name: Catalog Host Name
3333
when: not tnsnames_entry_exists
3434
block:
35-
3635
- name: Get Catalog Host Name
3736
shell: |
3837
. ~/.bash_profile
@@ -45,4 +44,4 @@
4544

4645
- name: Set Catalog Host Name
4746
set_fact:
48-
catalog_hostname: "{{ getcataloghostname.stdout }}"
47+
catalog_hostname: "{{ getcataloghostname.stdout }}"

0 commit comments

Comments
 (0)