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

@@ -3,4 +3,4 @@ connections:
- namespaces:
- default
network_name: bridge-network
kube_secondary_dns: yes
kube_secondary_dns: true

View File

@@ -39,4 +39,4 @@
ssh_authorized_keys:
- ssh-ed25519 AAAA...
name: cloudinit
wait: yes
wait: true

View File

@@ -6,4 +6,4 @@
state: present
name: testvm
namespace: default
running: no
running: false

View File

@@ -37,4 +37,4 @@
ssh_authorized_keys:
- ssh-ed25519 AAAA...
name: cloudinit
wait: yes
wait: true

View File

@@ -6,4 +6,4 @@
name: testvm-with-dv
namespace: default
state: absent
wait: yes
wait: true

View File

@@ -6,4 +6,4 @@
name: testvm
namespace: default
state: absent
wait: yes
wait: true

View File

@@ -2,4 +2,4 @@ plugin: kubevirt.core.kubevirt
connections:
- namespaces:
- default
use_service: yes
use_service: true