ansible-lint: Groom the .ansible-lint file

- Enable production profile
- Remove excludes no longer necessary
- Try to not skip any tests

Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
This commit is contained in:
Felix Matouschek
2024-02-26 16:31:56 +01:00
parent 638ba40818
commit 6ee5a9c7c9
15 changed files with 39 additions and 67 deletions

View File

@@ -188,7 +188,7 @@ EXAMPLES = """
ssh_authorized_keys:
- ssh-ed25519 AAAA...
name: cloudinit
wait: yes
wait: true
- name: Delete a VirtualMachine
kubevirt.core.kubevirt_vm:

View File

@@ -97,7 +97,7 @@ EXAMPLES = """
kubevirt.core.kubevirt_vm_info:
name: testvm
namespace: default
wait: yes
wait: true
"""
RETURN = """