homebrew: Honor update_homebrew value (#112)

Added environment variable to honor update_homebrew argument specified
by user.

Fixes: ansible/ansible#56650

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde
2020-04-05 13:53:56 +05:30
committed by GitHub
parent e33893869a
commit 645fe91fa3
3 changed files with 6 additions and 8 deletions

View File

@@ -0,0 +1,2 @@
minor_changes:
- homebrew - Added environment variable to honor update_homebrew setting (https://github.com/ansible/ansible/issues/56650).