2020-11-29 21:10:42 +01:00
|
|
|
---
|
|
|
|
name: Bug report
|
|
|
|
about: Create a report to help us improve
|
|
|
|
---
|
|
|
|
|
|
|
|
<!-- Please first verify that your issue is not already reported on GitHub -->
|
|
|
|
<!-- Complete *all* sections as described. -->
|
|
|
|
|
|
|
|
### Summary
|
|
|
|
|
|
|
|
<!-- Explain the problem briefly below -->
|
|
|
|
|
|
|
|
### Issue Type
|
|
|
|
|
|
|
|
- Bug Report
|
|
|
|
|
|
|
|
### Controller Environment and Configuration
|
|
|
|
|
|
|
|
<!-- Please re-run your playbook with: `-e "pyratlabs_issue_controller_dump=true"` -->
|
|
|
|
<!-- Example: `ansible-playbook -e "pyratlabs_issue_controller_dump=true" /path/to/playbook.yml` -->
|
|
|
|
<!-- Then please copy-and-paste the contents (or attach) to this issue. -->
|
|
|
|
|
2020-11-30 22:56:24 +01:00
|
|
|
<!-- Please also include information about the version of the role you are using -->
|
|
|
|
|
2020-11-29 21:10:42 +01:00
|
|
|
```text
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
### Steps to Reproduce
|
|
|
|
|
|
|
|
<!-- Describe exactly how to reproduce the problem, using a minimal test-case -->
|
|
|
|
|
|
|
|
<!-- Paste example playbooks or commands between quotes below -->
|
|
|
|
|
|
|
|
```yaml
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
### Expected Result
|
|
|
|
|
|
|
|
<!-- Describe what you expected to happen when running the steps above -->
|
|
|
|
|
|
|
|
```text
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
### Actual Result
|
|
|
|
|
|
|
|
<!-- Describe what actually happened. If possible run with extra verbosity (-vvvv) -->
|
|
|
|
|
|
|
|
<!-- Paste verbatim command output between quotes -->
|
|
|
|
|
|
|
|
```text
|
|
|
|
|
|
|
|
```
|