bundles/lldp: do not run for routeros devices
This commit is contained in:
parent
66c6a92ec5
commit
190833c54a
1 changed files with 24 additions and 23 deletions
|
@ -1,3 +1,4 @@
|
|||
if node.os != 'routeros':
|
||||
directories = {
|
||||
'/etc/lldpd.d': {
|
||||
'purge': True,
|
||||
|
|
Loading…
Reference in a new issue