Skip to content

Commit 2b8b9a2

Browse files
Removing local changes
1 parent e780a58 commit 2b8b9a2

File tree

4 files changed

+13
-1
lines changed

4 files changed

+13
-1
lines changed

.vscode/settings.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@
22
"python.testing.pytestArgs": ["tests"],
33
"python.testing.unittestEnabled": false,
44
"python.testing.pytestEnabled": true,
5-
"files.trimTrailingWhitespace": true,
65
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[defaults]
2+
# This ansible.cfg file is only used for testing purposes in this directory.
3+
roles_path = <path to targets>/collections/ansible_collections/cisco/dcnm/tests/integration/targetslh
4+
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
[defaults]
2+
# This ansible.cfg file is only used for testing purposes in this directory.
3+
roles_path = <path to targets>/collections/ansible_collections/cisco/dcnm/tests/integration/targets
4+
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
2+
[defaults]
3+
# This ansible.cfg file is only used for testing purposes in this directory.
4+
roles_path = <path to targets>/collections/ansible_collections/cisco/dcnm/tests/integration/targets
5+

0 commit comments

Comments
 (0)