2021-02-13 14:20:18 +01:00
|
|
|
---
|
|
|
|
name: Bug report
|
|
|
|
about: Create a report to help me improve
|
|
|
|
|
|
|
|
---
|
|
|
|
|
|
|
|
## Describe the bug
|
2023-02-17 12:06:35 +01:00
|
|
|
|
2021-02-13 14:20:18 +01:00
|
|
|
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).
|