48 lines
1.0 KiB
Markdown
48 lines
1.0 KiB
Markdown
|
---
|
||
|
name: 🐛 Bug report
|
||
|
about: Create a report to help us improve
|
||
|
|
||
|
---
|
||
|
|
||
|
##### SUMMARY
|
||
|
<!-- Explain the problem briefly -->
|
||
|
|
||
|
|
||
|
##### ISSUE TYPE
|
||
|
- Bug Report
|
||
|
|
||
|
|
||
|
##### ANSIBLE VERSION
|
||
|
<!-- Paste, BELOW THIS COMMENT, verbatim output from "ansible --version"-->
|
||
|
```
|
||
|
|
||
|
```
|
||
|
|
||
|
##### COLLECTION VERSION
|
||
|
<!-- Paste, BELOW THIS COMMENT, verbatim output from "ansible-galaxy collection list"-->
|
||
|
<!-- If using virtual environments or execution environments, remember to activate them-->
|
||
|
```
|
||
|
|
||
|
```
|
||
|
|
||
|
##### STEPS TO REPRODUCE
|
||
|
<!-- List the steps to reproduce the problem, using a minimal test-case. -->
|
||
|
|
||
|
<!-- Paste example playbook below -->
|
||
|
```yaml
|
||
|
|
||
|
```
|
||
|
|
||
|
##### EXPECTED RESULTS
|
||
|
<!-- What did you expect to happen when running the steps above? -->
|
||
|
|
||
|
|
||
|
##### ACTUAL RESULTS
|
||
|
<!-- What actually happened? If possible run with extra verbosity (-vvvv) and diff (--diff) -->
|
||
|
<!-- Please also include check mode (--check --diff) output if the API returns an error -->
|
||
|
<!-- Be sure to mask any sensitive information -->
|
||
|
|
||
|
<!--- Paste verbatim command output between quotes below -->
|
||
|
```
|
||
|
|
||
|
```
|