mirror of https://github.com/ansible/ansible.git
Make Homebrew-related modules run on Python 3
Both the `homebrew` and `homebrew_cask` modules iterate over dictionaries using `iteritems`. This is a Python 2-specific method whose behavior is similar to `items` in Python 3+. The `iteritems` function in the six library was designed to make it possible to use the correct method.pull/18777/head
parent
64c994c641
commit
3a26a1bfcc
Loading…
Reference in New Issue