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