mirror of https://github.com/ansible/ansible.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
55 lines
1.4 KiB
Markdown
55 lines
1.4 KiB
Markdown
---
|
|
name: 🐛 Bug report
|
|
about: Create a report to help us improve
|
|
---
|
|
<!--- Verify first that your issue is not already reported on GitHub -->
|
|
<!--- Also test if the latest release and devel branch are affected too -->
|
|
<!--- Complete *all* sections as described, this form is processed automatically -->
|
|
|
|
##### SUMMARY
|
|
<!--- Explain the problem briefly below -->
|
|
|
|
##### ISSUE TYPE
|
|
- Bug Report
|
|
|
|
##### COMPONENT NAME
|
|
<!--- Write the short name of the module, plugin, task or feature below, use your best guess if unsure -->
|
|
|
|
##### ANSIBLE VERSION
|
|
<!--- Paste verbatim output from "ansible --version" between quotes -->
|
|
```paste below
|
|
|
|
```
|
|
|
|
##### CONFIGURATION
|
|
<!--- Paste verbatim output from "ansible-config dump --only-changed" between quotes -->
|
|
```paste below
|
|
|
|
```
|
|
|
|
##### OS / ENVIRONMENT
|
|
<!--- Provide all relevant information below, e.g. target OS versions, network device firmware, etc. -->
|
|
|
|
|
|
##### STEPS TO REPRODUCE
|
|
<!--- Describe exactly how to reproduce the problem, using a minimal test-case -->
|
|
|
|
<!--- Paste example playbooks or commands between quotes below -->
|
|
```yaml
|
|
|
|
```
|
|
|
|
<!--- HINT: You can paste gist.github.com links for larger files -->
|
|
|
|
##### EXPECTED RESULTS
|
|
<!--- Describe what you expected to happen when running the steps above -->
|
|
|
|
|
|
##### ACTUAL RESULTS
|
|
<!--- Describe what actually happened. If possible run with extra verbosity (-vvvv) -->
|
|
|
|
<!--- Paste verbatim command output between quotes -->
|
|
```paste below
|
|
|
|
```
|