From 4e0a7974075f6dfbe9188aa5728210a4673790bb Mon Sep 17 00:00:00 2001 From: Mitch Vaughan Date: Sat, 4 Jan 2025 18:54:09 +0000 Subject: [PATCH] change avd validation mode to error --- labs/techlib-vxlan-domain-a/avd/group_vars/all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/labs/techlib-vxlan-domain-a/avd/group_vars/all.yml b/labs/techlib-vxlan-domain-a/avd/group_vars/all.yml index 523c3ec..a23d96b 100644 --- a/labs/techlib-vxlan-domain-a/avd/group_vars/all.yml +++ b/labs/techlib-vxlan-domain-a/avd/group_vars/all.yml @@ -116,4 +116,4 @@ ansible_httpapi_port: 443 ansible_httpapi_use_ssl: true ansible_httpapi_validate_certs: false ansible_python_interpreter: $(which python3) -avd_data_validation_mode: warning +avd_data_validation_mode: error