From f81d765bfab83bf88c9f7d007b7fd39a08996b84 Mon Sep 17 00:00:00 2001 From: Dominik Holler Date: Thu, 16 Dec 2021 15:13:41 +0100 Subject: [PATCH] Enable the generation of the rhel8.saphana Signed-off-by: Dominik Holler --- generate-templates.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/generate-templates.yaml b/generate-templates.yaml index d890c8fb..a078fad9 100644 --- a/generate-templates.yaml +++ b/generate-templates.yaml @@ -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"