From 413bbd3ae54efed6cdfcf162c7b5066a3233d48f Mon Sep 17 00:00:00 2001 From: Robert de Bock Date: Sun, 3 Oct 2021 06:20:00 +0200 Subject: [PATCH] Spread vertically. --- files/bug_report.md | 1 + vars/main.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/files/bug_report.md b/files/bug_report.md index f39b5dc..4bb9d98 100644 --- a/files/bug_report.md +++ b/files/bug_report.md @@ -5,6 +5,7 @@ about: Create a report to help me improve --- ## Describe the bug + A clear and concise description of what the bug is. ## Playbook diff --git a/vars/main.yml b/vars/main.yml index 50a08d8..a44bba8 100644 --- a/vars/main.yml +++ b/vars/main.yml @@ -26,7 +26,7 @@ platform_image_mapping: Amazon: amazonlinux Archlinux: archlinux Debian: debian - EL: "{{ enterprise_linux | default('rockylinux') }}" + EL: "{{ enterprise_linux | default('enterpriselinux') }}" Fedora: fedora OpenSUSE: opensuse Ubuntu: ubuntu