It's the "… and expects every command to start with a forward slash (/)" bit that I suspect is your problem.The community.routeros.command module does not support nesting commands and expects every command to start with a forward slash (
/). Running the following command will produce an error:- community.routeros.command: commands: - /ip - print
--
You received this message because you are subscribed to the Google Groups "Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ansible-proje...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/1f0eb35d-c003-4430-b391-7b199b2f1bf2n%40googlegroups.com.
-- Todd