Skip to content

Commit

Permalink
Merge pull request sap-linuxlab#827 from berndfinger/issue-826-add-fq…
Browse files Browse the repository at this point in the history
…cn-to-include_role

sap_general_preconfigure: Use FQCN for import_role
  • Loading branch information
berndfinger authored Jul 31, 2024
2 parents dc0acee + 902a0ad commit 5884a30
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

- name: Import role sap_maintain_etc_hosts
ansible.builtin.import_role:
name: sap_maintain_etc_hosts
name: 'community.sap_install.sap_maintain_etc_hosts'
vars:
sap_maintain_etc_hosts_list:
- node_ip: "{{ sap_general_preconfigure_ip }}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

- name: Import role sap_maintain_etc_hosts
ansible.builtin.import_role:
name: sap_maintain_etc_hosts
name: 'community.sap_install.sap_maintain_etc_hosts'
vars:
sap_maintain_etc_hosts_list:
- node_ip: "{{ sap_general_preconfigure_ip }}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

- name: Import role sap_maintain_etc_hosts
ansible.builtin.import_role:
name: sap_maintain_etc_hosts
name: 'community.sap_install.sap_maintain_etc_hosts'
vars:
sap_maintain_etc_hosts_list:
- node_ip: "{{ sap_general_preconfigure_ip }}"
Expand Down

0 comments on commit 5884a30

Please sign in to comment.