mirror of https://github.com/ansible/ansible.git
* [stable-2.7] Fix reverse_inventory order to work on python3 (#49895)
(cherry picked from commit a0d71e7)
Co-authored-by: Matt Martz <matt@sivel.net>
* Clarify the change made to reverse_inventory
pull/50616/head
parent
4561a5007b
commit
2bd8bba297
@ -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 New Issue