diff --git a/.github/ISSUE_TEMPLATE/bug-report.yaml b/.github/ISSUE_TEMPLATE/bug-report.yaml index 0a2ceda9a..7c308b001 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yaml +++ b/.github/ISSUE_TEMPLATE/bug-report.yaml @@ -93,17 +93,24 @@ body: attributes: label: Full inventory with variables placeholder: 'ansible -i inventory/sample/inventory.ini all -m debug -a "var=hostvars[inventory_hostname]"' + description: We recommend using snippets services like https://gist.github.com/ etc. + validations: + required: true - type: input id: ansible_command attributes: label: Command used to invoke ansible + validations: + required: true - type: textarea id: ansible_output attributes: label: Output of ansible run description: We recommend using snippets services like https://gist.github.com/ etc. + validations: + required: true - type: textarea id: anything_else