You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yaml
-47Lines changed: 0 additions & 47 deletions
Original file line number
Diff line number
Diff line change
@@ -17,18 +17,6 @@ body:
17
17
Describe the issue you are experiencing here to communicate to the
18
18
maintainers. Tell us what you were trying to do and what happened.
19
19
Provide a clear and concise description of what the problem is. Please paste subset of playbook output (The failing task) so we can priotize and try to start troubleshooting.
20
-
- type: dropdown
21
-
validations:
22
-
required: true
23
-
attributes:
24
-
label: Issue Type
25
-
description: >
26
-
What kind of issue do you want to open?
27
-
options:
28
-
- Bug
29
-
- Documentation
30
-
- Feature Request
31
-
- Security Issue
32
20
- type: textarea
33
21
validations:
34
22
required: true
@@ -43,38 +31,3 @@ body:
43
31
label: Ansible Playbook Output
44
32
description: >-
45
33
Paste Ansible Playbook output
46
-
- type: markdown
47
-
attributes:
48
-
value: |
49
-
## Ansible Environment
50
-
- type: textarea
51
-
validations:
52
-
required: true
53
-
attributes:
54
-
label: Ansible Version
55
-
description: >-
56
-
Paste verbatim output from "ansible --version"
57
-
- type: textarea
58
-
validations:
59
-
required: true
60
-
attributes:
61
-
label: Ansible Configuration
62
-
description: >-
63
-
Paste verbatim output from "ansible-config dump --only-changed"
64
-
- type: dropdown
65
-
validations:
66
-
required: true
67
-
attributes:
68
-
label: Ansible Execution Node
69
-
description: >
70
-
Where is execution happening?
71
-
options:
72
-
- CLI Ansible (Ansible Core)
73
-
- Ansible Controller (previously known as Ansible Tower)
74
-
- type: textarea
75
-
validations:
76
-
required: true
77
-
attributes:
78
-
label: Operating System
79
-
description: >-
80
-
Are you running from RHEL, Ubuntu, MacOS? Provide details here.
0 commit comments