feat(agent): Only scan if phpIPAM setting 'Discover new hosts' enabled
!1
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user