32 lines
673 B
Markdown
32 lines
673 B
Markdown
|
---
|
||
|
name: Bug report
|
||
|
about: Create a report to help me 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.
|
||
|
|
||
|
## 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`)
|
||
|
|
||
|
Please consider [sponsoring me](https://github.com/sponsors/robertdebock).
|