Clean up test config warnings

- Remove duplicate ipsec_enabled key (was defined twice)
- Remove reserved variable name 'no_log'

This eliminates YAML parsing warnings in the test script while maintaining
the same test functionality.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Dan Guido 2025-08-06 04:30:59 -07:00
parent 02bd83e01a
commit 2226e505a6

View file

@ -24,7 +24,6 @@ dns_adblocking: false
ssh_tunneling: false
store_pki: true
tests: true
no_log: false
algo_provider: local
algo_server_name: test-server
algo_ondemand_cellular: false
@ -40,7 +39,6 @@ dns_encryption: false
subjectAltName_type: IP
subjectAltName: 127.0.0.1
IP_subject_alt_name: 127.0.0.1
ipsec_enabled: false
algo_server: localhost
algo_user: ubuntu
ansible_ssh_user: ubuntu