From e5a6d027de3fde04391fd686dd527522d5c348db Mon Sep 17 00:00:00 2001 From: Stanislav Shamilov Date: Tue, 10 Dec 2024 15:34:25 +0200 Subject: [PATCH] fixes formatting issues --- plugins/modules/android_sdk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/android_sdk.py b/plugins/modules/android_sdk.py index b37427448f..fc400369bd 100644 --- a/plugins/modules/android_sdk.py +++ b/plugins/modules/android_sdk.py @@ -69,7 +69,7 @@ seealso: EXAMPLES = r''' - name: Before installing Android SDK packages, all licenses must be accepted shell: "yes | sdkmanager --licenses" - + - name: Install build-tools;34.0.0 community.general.android_sdk: name: build-tools;34.0.0