blob: 490de209cab5acfda29a612d2a50a1f9eda817bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
# Issue Type
- Bug report
- Feature request
# Ansible and Ansible Lint details
```
ansible --version
ansible-lint --version
```
- ansible installation method: one of source, pip, OS package
- ansible-lint installation method: one of source, pip, OS package
# Desired Behavior
Please give some details of the feature being requested
or what should happen if providing a bug report
Possible security bugs should be reported via email to `security@ansible.com`
# Actual Behavior (Bug report only)
Please give some details of what is actually happening.
Include a [minimum complete verifiable example] with:
- playbook
- output of running ansible-lint
- if you're getting a stack trace, output of
`ansible-playbook --syntax-check playbook`
[minimum complete verifiable example]: http://stackoverflow.com/help/mcve
|