Skip to content

Commit 02c89c1

Browse files
Partial ansible-lint fixes applied
1 parent de02020 commit 02c89c1

File tree

220 files changed

+3589
-2707
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

220 files changed

+3589
-2707
lines changed

playbooks/roles/dcnm_bootflash/dcnm_tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
# Modify the hosts and vars sections with details for your testing
88
# setup and uncomment the testcase you want to run.
99
#
10-
- hosts: dcnm
11-
name: Play for dcnm
10+
- name: Play for dcnm
11+
hosts: dcnm
1212
gather_facts: false
1313
connection: ansible.netcommon.httpapi
1414

playbooks/roles/dcnm_fabric/dcnm_hosts.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ all:
1616
hosts:
1717
n9k-hosta.example.com:
1818
ansible_connection: ansible.netcommon.network_cli
19-
ansible_network_os: cisco.nxos.nxos
20-
ansible_ssh_port: 22
19+
ansible_network_os: cisco.nxos.nxos
20+
ansible_ssh_port: 22

playbooks/roles/dcnm_fabric/dcnm_tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
# 2. For all other test cases, ensure that
1515
# Fabric Controller -> Admin -> System Settings -> Feature Management
1616
# "Fabric Builder" is checked.
17-
- hosts: dcnm
18-
name: Play for dcnm
17+
- name: Play for dcnm
18+
hosts: dcnm
1919
gather_facts: false
2020
connection: ansible.netcommon.httpapi
2121

playbooks/roles/dcnm_image_policy/dcnm_hosts.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ all:
1616
hosts:
1717
n9k-hosta.example.com:
1818
ansible_connection: ansible.netcommon.network_cli
19-
ansible_network_os: cisco.nxos.nxos
20-
ansible_ssh_port: 22
19+
ansible_network_os: cisco.nxos.nxos
20+
ansible_ssh_port: 22

playbooks/roles/dcnm_image_policy/dcnm_tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
# Modify the hosts and vars sections with details for your testing
88
# setup and uncomment the testcase you want to run.
99
#
10-
- hosts: dcnm
11-
name: Play for dcnm
10+
- name: Play for dcnm
11+
hosts: dcnm
1212
gather_facts: false
1313
connection: ansible.netcommon.httpapi
1414

playbooks/roles/dcnm_image_upgrade/dcnm_tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
# Modify the hosts and vars sections with details for your testing
88
# setup and uncomment the testcase you want to run.
99
#
10-
- hosts: dcnm
11-
name: Play for dcnm
10+
- name: Play for dcnm
11+
hosts: dcnm
1212
gather_facts: false
1313
connection: ansible.netcommon.httpapi
1414

playbooks/roles/dcnm_interface/dcnm_tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
#
77
# Modify the vars section with details for your testing setup.
88
#
9-
- hosts: dcnm
10-
name: Play for dcnm
9+
- name: Play for dcnm
10+
hosts: dcnm
1111
gather_facts: false
1212
connection: ansible.netcommon.httpapi
1313

playbooks/roles/dcnm_maintenance_mode/dcnm_hosts.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ all:
1616
hosts:
1717
n9k-hosta.example.com:
1818
ansible_connection: ansible.netcommon.network_cli
19-
ansible_network_os: cisco.nxos.nxos
20-
ansible_ssh_port: 22
19+
ansible_network_os: cisco.nxos.nxos
20+
ansible_ssh_port: 22

playbooks/roles/dcnm_maintenance_mode/dcnm_tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
# 2. For all other test cases, ensure that
1515
# Fabric Controller -> Admin -> System Settings -> Feature Management
1616
# "Fabric Builder" is checked.
17-
- hosts: dcnm
18-
name: Play for dcnm
17+
- name: Play for dcnm
18+
hosts: dcnm
1919
gather_facts: false
2020
connection: ansible.netcommon.httpapi
2121

playbooks/roles/dcnm_network/dcnm_tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
# NOTES:
1010
# 1. Ensure that the switches defined by switch1 and switch2 are
1111
# not vPC Pairs.
12-
- hosts: dcnm
13-
name: Play for dcnm
12+
- name: Play for dcnm
13+
hosts: dcnm
1414
gather_facts: false
1515
connection: ansible.netcommon.httpapi
1616

0 commit comments

Comments
 (0)