-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: network_state must be defined in defaults/main.yml
As part of the public API, `network_state` must be defined in defaults/main.yml, and it must be defined with the correct type `dict`, so the correct default value must be `{}` the empty dict. All checking for `network_state` must check for a value of `{}` to mean "network_state not set or empty". Fix the test which looks for teaming configuration in EL10 to correctly look for the value in `network_state`. Signed-off-by: Rich Megginson <[email protected]>
- Loading branch information
Showing
2 changed files
with
14 additions
and
12 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