This repository was archived by the owner on May 3, 2023. It is now read-only.
Commit af6ce95
Christian Haeusler
Accept Hash for group children
A valid Ansible inventory would contain a Hash in a groups children
value. So far we only used lists there and converted it to a hash. Now
we intend to do group nesting and the code faile due to product not
being a valid method on a hash. As there is nothing to do in this case,
one more test for type Array prevents the code from failing.1 parent 626a134 commit af6ce95
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments