diff --git a/network/dnos10/dnos10_command.py b/network/dnos10/dnos10_command.py index 2d68e691c5a..3f880985c62 100644 --- a/network/dnos10/dnos10_command.py +++ b/network/dnos10/dnos10_command.py @@ -80,20 +80,20 @@ tasks: - name: run show version on remote devices dnos10_command: commands: show version - provider "{{ cli }}" + provider: "{{ cli }}" - name: run show version and check to see if output contains OS10 dnos10_command: commands: show version wait_for: result[0] contains OS10 - provider "{{ cli }}" + provider: "{{ cli }}" - name: run multiple commands on remote nodes dnos10_command: commands: - show version - show interface - provider "{{ cli }}" + provider: "{{ cli }}" - name: run multiple commands and evaluate the output dnos10_command: diff --git a/network/eos/eos_command.py b/network/eos/eos_command.py index 931ca237fb0..911f0919364 100644 --- a/network/eos/eos_command.py +++ b/network/eos/eos_command.py @@ -91,7 +91,7 @@ vars: - name: run show verion on remote devices eos_command: commands: show version - provider "{{ cli }}" + provider: "{{ cli }}" - name: run show version and check to see if output contains Arista eos_command: diff --git a/network/ios/ios_command.py b/network/ios/ios_command.py index b169c5e14c4..5f2e12780b0 100644 --- a/network/ios/ios_command.py +++ b/network/ios/ios_command.py @@ -94,20 +94,20 @@ tasks: - name: run show version on remote devices ios_command: commands: show version - provider "{{ cli }}" + provider: "{{ cli }}" - name: run show version and check to see if output contains IOS ios_command: commands: show version wait_for: result[0] contains IOS - provider "{{ cli }}" + provider: "{{ cli }}" - name: run multiple commands on remote nodes ios_command: commands: - show version - show interfaces - provider "{{ cli }}" + provider: "{{ cli }}" - name: run multiple commands and evaluate the output ios_command: diff --git a/network/iosxr/iosxr_command.py b/network/iosxr/iosxr_command.py index 3e97ab4b3dd..1d6acc887b8 100644 --- a/network/iosxr/iosxr_command.py +++ b/network/iosxr/iosxr_command.py @@ -93,20 +93,20 @@ tasks: - name: run show version on remote devices iosxr_command: commands: show version - provider "{{ cli }}" + provider: "{{ cli }}" - name: run show version and check to see if output contains iosxr iosxr_command: commands: show version wait_for: result[0] contains IOS-XR - provider "{{ cli }}" + provider: "{{ cli }}" - name: run multiple commands on remote nodes iosxr_command: commands: - show version - show interfaces - provider "{{ cli }}" + provider: "{{ cli }}" - name: run multiple commands and evaluate the output iosxr_command: diff --git a/network/nxos/nxos_command.py b/network/nxos/nxos_command.py index 5ffcb908239..bcd7566dce6 100644 --- a/network/nxos/nxos_command.py +++ b/network/nxos/nxos_command.py @@ -96,7 +96,7 @@ vars: - name: run show verion on remote devices nxos_command: commands: show version - provider "{{ cli }}" + provider: "{{ cli }}" - name: run show version and check to see if output contains Cisco nxos_command: diff --git a/network/sros/sros_command.py b/network/sros/sros_command.py index 97342cf54ee..e2e3acd6ccd 100644 --- a/network/sros/sros_command.py +++ b/network/sros/sros_command.py @@ -92,20 +92,20 @@ tasks: - name: run show version on remote devices sros_command: commands: show version - provider "{{ cli }}" + provider: "{{ cli }}" - name: run show version and check to see if output contains sros sros_command: commands: show version wait_for: result[0] contains sros - provider "{{ cli }}" + provider: "{{ cli }}" - name: run multiple commands on remote nodes sros_command: commands: - show version - show port detail - provider "{{ cli }}" + provider: "{{ cli }}" - name: run multiple commands and evaluate the output sros_command: