This commit is contained in:
2023-09-25 12:50:13 +02:00
parent 602d84cf73
commit 35d8baa8eb
2 changed files with 6 additions and 1 deletions

View File

@@ -18,6 +18,7 @@
path: "{{ item.path }}"
regexp: "{{ item.regexp }}"
state: "{{ item.state }}"
line: "{{ item.line|default(omit) }}"
loop: "{{ chisel_proxychains_conf }}"
when: "{{ chisel_server|default(false) }} is true"
tags: chisel-server