fix(server): new hosts wont be in db, don't search with id

!1
This commit is contained in:
2024-02-20 15:19:10 +09:30
parent b6a7c8d750
commit 30947877e6
2 changed files with 7 additions and 7 deletions

View File

@ -53,10 +53,8 @@
- name: Process Scan results
ansible.builtin.include_tasks:
file: tasks/server/subnet_scan.yaml
loop: "{{ inbound_data.scan }}"
loop_control:
loop_var: scan_result
label: "{{ scan_result }}"
vars:
scan_result: "{{ inbound_data.scan.results }}"
vars: