From 59e6203a1718ed5cc57491efccb8797ede89cd0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Moser?= Date: Wed, 21 Sep 2016 18:57:48 +0200 Subject: [PATCH] composer: update docs about issues on macOS if installed by homebrew (#2987) --- lib/ansible/modules/extras/packaging/language/composer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/modules/extras/packaging/language/composer.py b/lib/ansible/modules/extras/packaging/language/composer.py index d5e6467e9c..4c5f8518be 100644 --- a/lib/ansible/modules/extras/packaging/language/composer.py +++ b/lib/ansible/modules/extras/packaging/language/composer.py @@ -103,6 +103,7 @@ requirements: - composer installed in bin path (recommended /usr/local/bin) notes: - Default options that are always appended in each execution are --no-ansi, --no-interaction and --no-progress if available. + - We received reports about issues on macOS if composer was installed by Homebrew. Please use the official install method to avoid it. ''' EXAMPLES = '''