We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ed0299 commit 370bb1eCopy full SHA for 370bb1e
playbooks/oracle_backup/get_facts.yml
@@ -12,7 +12,7 @@
12
assume_role_name: "EC2OracleEnterpriseManagementSecretsRole"
13
secret: "/oracle/database/{{ catalog }}/shared-passwords"
14
users:
15
- - rcvcatowner:
+ - rcvcatowner:
16
17
- name: Get Account Ids
18
set_fact:
@@ -32,7 +32,6 @@
32
- name: Catalog Host Name
33
when: not tnsnames_entry_exists
34
block:
35
-
36
- name: Get Catalog Host Name
37
shell: |
38
. ~/.bash_profile
@@ -45,4 +44,4 @@
45
44
46
- name: Set Catalog Host Name
47
48
- catalog_hostname: "{{ getcataloghostname.stdout }}"
+ catalog_hostname: "{{ getcataloghostname.stdout }}"
0 commit comments