diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md index fc702d660..7c1529df7 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.md +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -19,10 +19,20 @@ A clear and concise description of the problem you are facing and what you expec The operating system against playbook is running --> +#### Host OS + + + +#### Playbook version + + + #### Ansible error ```shell @@ -31,7 +41,9 @@ Copy and paste the Ansible error message while running this playbook (inside bel #### Ansible context -Paste the output of the following commands: + ##### ansible --version @@ -50,3 +62,9 @@ Paste the output of the following commands: ```shell ``` + +##### pip list + +```shell + +```