feat(agent): Only scan if phpIPAM setting 'Discover new hosts' enabled

!1
This commit is contained in:
2024-02-20 15:57:41 +09:30
parent ca981b838e
commit f8e010df01

View File

@ -26,3 +26,4 @@
loop_var: network loop_var: network
vars: vars:
data: "{{ lookup('file', cache_filepath) }}" data: "{{ lookup('file', cache_filepath) }}"
when: network.discoverSubnet | int == 1