Fix module default group example.

This commit is contained in:
Felix Fontein 2024-01-06 08:47:34 +01:00
parent 1d6feda0b7
commit 9c75b9c5cd

View file

@ -73,7 +73,7 @@ To avoid having to specify common parameters for all the API based modules in ev
hosts: localhost hosts: localhost
gather_facts: false gather_facts: false
module_defaults: module_defaults:
group/community.routeros.api group/community.routeros.api:
hostname: 192.168.1.1 hostname: 192.168.1.1
password: admin password: admin
username: test1234 username: test1234