From c6a5d9c8bf82abb5f1345bb61b92b7d1dd142a0c Mon Sep 17 00:00:00 2001 From: Mike Rostermund Date: Mon, 6 Feb 2017 23:19:35 +0100 Subject: [PATCH] Fix indentation to match other examples (#21080) --- lib/ansible/modules/network/ios/ios_command.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/network/ios/ios_command.py b/lib/ansible/modules/network/ios/ios_command.py index c5121fb8098..1922638ef50 100644 --- a/lib/ansible/modules/network/ios/ios_command.py +++ b/lib/ansible/modules/network/ios/ios_command.py @@ -98,7 +98,7 @@ tasks: wait_for: result[0] contains IOS - name: run multiple commands on remote nodes - ios_command: + ios_command: commands: - show version - show interfaces