From ebb07d605f720e34dcec5e8db1bcd835fb81099e Mon Sep 17 00:00:00 2001 From: felixfontein Date: Sat, 6 Jan 2024 08:39:42 +0000 Subject: [PATCH] deploy: 56ce47aef5dd2f9129debe807bab078382879043 --- branch/main/docsite/api-guide.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/branch/main/docsite/api-guide.html b/branch/main/docsite/api-guide.html index 1ab6259..69f1a8a 100644 --- a/branch/main/docsite/api-guide.html +++ b/branch/main/docsite/api-guide.html @@ -184,7 +184,7 @@

Check out the documentation of the community.routeros.api module for details on the options.

Using the community.routeros.api module defaults group

-

To avoid having to specify common parameters for all the API based modules in every task, you can use the community.routeros.api module defaults group:

+

To avoid having to specify common parameters for all the API based modules in every task, you can use the community.routeros.api module defaults group:

---
 - name: RouterOS test with API
   hosts: localhost
@@ -202,7 +202,7 @@
       # If you are using your own PKI, specify the path to your CA certificate here:
       # ca_path: /path/to/ca-certificate.pem
   tasks:
-    - name: Gather facts"
+    - name: Gather facts
       community.routeros.api_facts:
 
     - name: Get "ip address print"