Clarify the change made to reverse_inventory
This commit is contained in:
parent
1d3d6a3e2d
commit
27f9c3fba0
2 changed files with 3 additions and 2 deletions
|
@ -1,2 +0,0 @@
|
||||||
bugfixes:
|
|
||||||
- host execution order - Fix ``reverse_inventory`` to work on python3
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
bugfixes:
|
||||||
|
- host execution order - Fix ``reverse_inventory`` not to change the order of
|
||||||
|
the items before reversing on python2 and to not backtrace on python3
|
Loading…
Reference in a new issue