From 58eba98de939a84aeee7b99e57acb1ac511b2c0f Mon Sep 17 00:00:00 2001 From: Abhijeet Kasurde Date: Mon, 15 Jun 2020 17:04:17 +0530 Subject: [PATCH] nmcli: Fix documentation example (#515) Migrated from https://github.com/ansible/ansible/pull/68259 This is based upon the work done by https://github.com/cdomingos Signed-off-by: Abhijeet Kasurde --- plugins/modules/net_tools/nmcli.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugins/modules/net_tools/nmcli.py b/plugins/modules/net_tools/nmcli.py index 5c45caef81..4b11b9b591 100644 --- a/plugins/modules/net_tools/nmcli.py +++ b/plugins/modules/net_tools/nmcli.py @@ -445,12 +445,12 @@ EXAMPLES = r''' - name: Add an Ethernet connection with static IP configuration nmcli: - conn_name: my-eth1 - ifname: eth1 - type: ethernet - ip4: 192.0.2.100/24 - gw4: 192.0.2.1 - state: present + conn_name: my-eth1 + ifname: eth1 + type: ethernet + ip4: 192.0.2.100/24 + gw4: 192.0.2.1 + state: present - name: Add an Team connection with static IP configuration nmcli: