ansible-generator/files/bug_report.md

29 lines
681 B
Markdown

---
name: Bug report
about: Create a report to help us improve
---
**Describe the bug**
A clear and concise description of what the bug is.
**Playbook**
Please paste the playbook you are using. (Consider `requirements.yml` and
optionally the command you've invoked.)
```yaml
YOUR PLAYBOOK HERE
```
**Output**
Show at least the error, possible related output, maybe just all the output.
**Expected behavior**
A clear and concise description of what you expected to happen.
**Environment**
- Control node OS: [e.g. Debian 9] (`cat /etc/os-release`)
- Control node Ansible version: [e.g. 2.9.1] (`ansible --version`)
- Managed node OS: [e.g. CentOS 7] (`cat /etc/os-release`)