Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
KimForss committed Mar 29, 2022
1 parent 69ca4fd commit 897b6d1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion deploy/ansible/pb_get-keyvault-secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
include_vars: "{{ _workspace_directory }}/sap-parameters.yaml"

- block:
- ansible.builtin.include_role
- ansible.builtin.include_role:
name: roles-misc/0.2-kv-secrets
tags:
- 0.2-kv-secrets
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
- skip_ansible_lint

- name: "5.6 SCSERS - RHEL - SCS - Install SCS on Primary host"
ansible.builtin.include_role
ansible.builtin.include_role:
name: roles-sap/5.0.1-scs-ha-install
when: inventory_hostname == primary_instance_name

Expand Down Expand Up @@ -143,7 +143,7 @@
- skip_ansible_lint

- name: "5.6 SCSERS - RHEL - ERS - Install on Secondary host"
ansible.builtin.include_role
ansible.builtin.include_role:
name: roles-sap/5.0.2-ers-ha-install

always:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
- { path: '/usr/sap/{{ sap_sid | upper }}/ASCS{{ scs_instance_number }}' }

- name: "5.6 SCSERS - SCS - Install SCS on Primary host"
ansible.builtin.include_role
ansible.builtin.include_role:
name: roles-sap/5.0.1-scs-ha-install
vars:
sap_scs_hostname: "{{ scs_virtual_hostname }}"
Expand Down Expand Up @@ -131,7 +131,7 @@
- { path: '/usr/sap/{{ sap_sid | upper }}/ERS{{ ers_instance_number }}' }

- name: "5.6 SCSERS - ERS - Install on Secondary host"
ansible.builtin.include_role
ansible.builtin.include_role:
name: roles-sap/5.0.2-ers-ha-install
always:
- name: "5.6 SCSERS - ERS - Bring Primary host online"
Expand Down

0 comments on commit 897b6d1

Please sign in to comment.