Skip to content

Commit

Permalink
Merge pull request #396 from dominikholler/enable_hana
Browse files Browse the repository at this point in the history
Enable the generation of the rhel8.saphana
  • Loading branch information
dominikholler authored Dec 17, 2021
2 parents c1c5f79 + f81d765 commit 80fba77
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions generate-templates.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,7 @@
set_fact:
rhel8_labels: "{{ lookup('osinfo', 'distro=rhel') |map(attribute='short_id') |select('match', '^rhel8\\.') |list |sort }}"

# The SAP HANA template will not be generated
- name: Generate RHEL 8 SAP HANA template
when: 0 > 1 # This template is disabled
template:
src: rhel8.saphana.tpl.yaml
dest: "{{ playbook_dir }}/dist/templates/{{ os }}-{{ item.workload }}-{{ item.flavor }}.yaml"
Expand Down

0 comments on commit 80fba77

Please sign in to comment.