-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Set default value as empty string for optional str type fields (#286)
* Set default value as empty string for optional str type fields * FIX Integration test for vlan
- Loading branch information
1 parent
8501129
commit b573564
Showing
2 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,7 @@ | |
name: ansible-vlan | ||
id: 10 | ||
parent: default | ||
comment: 'this is an example comment' | ||
contact: '[email protected]' | ||
department: 'IT' | ||
description: 'This is an example VLAN' | ||
|
@@ -24,6 +25,7 @@ | |
infoblox.nios_modules.nios_vlan: | ||
name: ansible-vlan | ||
id: 10 | ||
comment: 'this is an example comment' | ||
parent: default | ||
contact: '[email protected]' | ||
department: 'IT' | ||
|