From 6bf9e99a5a08c4575f3e7608b4f6f9d76808ffd2 Mon Sep 17 00:00:00 2001 From: GGabriele Date: Mon, 5 Sep 2016 18:30:18 +0200 Subject: [PATCH] Fixed docstring --- network/nxos/nxos_ospf.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/network/nxos/nxos_ospf.py b/network/nxos/nxos_ospf.py index f5583f2789e..2f2800a1d6e 100644 --- a/network/nxos/nxos_ospf.py +++ b/network/nxos/nxos_ospf.py @@ -32,7 +32,8 @@ options: required: true state: description: - - Determines whether the config should be present or not on the device. + - Determines whether the config should be present or not + on the device. required: false default: present choices: ['present','absent'] @@ -40,7 +41,7 @@ options: EXAMPLES = ''' - nxos_ospf: - ospf=ntc + ospf=1 state: present username: "{{ un }}" password: "{{ pwd }}"