mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-03-27 03:13:10 +00:00
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:
@@ -3,4 +3,4 @@ connections:
|
||||
- namespaces:
|
||||
- default
|
||||
network_name: bridge-network
|
||||
kube_secondary_dns: yes
|
||||
kube_secondary_dns: true
|
||||
|
||||
@@ -39,4 +39,4 @@
|
||||
ssh_authorized_keys:
|
||||
- ssh-ed25519 AAAA...
|
||||
name: cloudinit
|
||||
wait: yes
|
||||
wait: true
|
||||
|
||||
@@ -6,4 +6,4 @@
|
||||
state: present
|
||||
name: testvm
|
||||
namespace: default
|
||||
running: no
|
||||
running: false
|
||||
|
||||
@@ -37,4 +37,4 @@
|
||||
ssh_authorized_keys:
|
||||
- ssh-ed25519 AAAA...
|
||||
name: cloudinit
|
||||
wait: yes
|
||||
wait: true
|
||||
|
||||
@@ -6,4 +6,4 @@
|
||||
name: testvm-with-dv
|
||||
namespace: default
|
||||
state: absent
|
||||
wait: yes
|
||||
wait: true
|
||||
|
||||
@@ -6,4 +6,4 @@
|
||||
name: testvm
|
||||
namespace: default
|
||||
state: absent
|
||||
wait: yes
|
||||
wait: true
|
||||
|
||||
@@ -2,4 +2,4 @@ plugin: kubevirt.core.kubevirt
|
||||
connections:
|
||||
- namespaces:
|
||||
- default
|
||||
use_service: yes
|
||||
use_service: true
|
||||
|
||||
Reference in New Issue
Block a user