I'm working on ansible module for routeros api, so far everything work as expected however I have specific question about arbitrary command
If is used for path like /system script runnumber=0 is ok however I'm not sure how to implement it for situation like
/ip service disabletelent which lead to
I'm working on ansible module for routeros api, so far everything work as expected however I have specific question about arbitrary command
If is used for path like /system script run number=0 is ok however I'm not sure how to implement it for situation like /ip service disable telent which lead to
let me know if I did not explain my question well