Commit 4e38c66
committed
Prevent failure on empty inventory groups
If role-defined groups exist in the inventory but are empty, execution
fails. This patch ensures that the default value is used not only if the
group is missing, but also if it exists and is empty.
Fixes #31.1 parent a75bf7a commit 4e38c66
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
0 commit comments