Skip to content

Commit af6fdaf

Browse files
committed
test: what is wrong with agent
1 parent aedab45 commit af6fdaf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

molecule/agent/converge.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
skip_verify: false
1818
nginx_agent_nginx:
1919
exclude_logs: '""'
20-
socket: '"unix:/run/nginx-agent/nginx.sock"'
20+
socket: '"unix:/var/run/nginx-agent/nginx.sock"'
2121
treat_warnings_as_errors: false
2222
nginx_agent_config_dirs: '"/etc/nginx:/usr/local/etc/nginx:/usr/share/nginx/modules"'
2323
nginx_agent_queue_size: 100
2424
nginx_agent_extensions: ['metrics']
2525
nginx_agent_api:
2626
host: 127.0.0.1
2727
port: 8081
28-
nginx_agent_configure_dynamic: true
29-
nginx_agent_instance_group: ansible_instance_group
30-
nginx_agent_tags: ['ansible', 'dev']
28+
# nginx_agent_configure_dynamic: true
29+
# nginx_agent_instance_group: ansible_instance_group
30+
# nginx_agent_tags: ['ansible', 'dev']

0 commit comments

Comments
 (0)