diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index f3d5c415e0..548b72ccaa 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,6 +2,7 @@ name: Bug report about: Create a report to help us improve title: '' +Omnia Version: '' labels: bug assignees: '' @@ -23,16 +24,5 @@ A clear and concise description of what you expected to happen. **Screenshots** If applicable, add screenshots to help explain your problem. -**Desktop (please complete the following information):** - - OS: [e.g. iOS] - - Browser [e.g. chrome, safari] - - Version [e.g. 22] - -**Smartphone (please complete the following information):** - - Device: [e.g. iPhone6] - - OS: [e.g. iOS8.1] - - Browser [e.g. stock browser, safari] - - Version [e.g. 22] - **Additional context** Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 4d6ba60b1a..36014cde56 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -4,7 +4,6 @@ about: Suggest an idea for this project title: '' labels: 'enhancement' assignees: '' -project: 'Future Features' --- diff --git a/build_image_aarch64/roles/fetch_packages/tasks/fetch_packages.yml b/build_image_aarch64/roles/fetch_packages/tasks/fetch_packages.yml index e420c281b3..8e691b27dd 100644 --- a/build_image_aarch64/roles/fetch_packages/tasks/fetch_packages.yml +++ b/build_image_aarch64/roles/fetch_packages/tasks/fetch_packages.yml @@ -53,6 +53,7 @@ functional_groups: "{{ functional_group_list }}" software_config_file: "{{ software_config_file_path }}" input_project_dir: "{{ input_project_dir }}" + additional_json_path: "{{ additional_json_path }}" register: compute_images_output - name: Save packages for aarch64 keys in compute_images_dict