From f5f52107919207f2ae03c0133e8782056097cc24 Mon Sep 17 00:00:00 2001 From: Bernd Finger Date: Tue, 7 Jan 2025 11:48:33 +0100 Subject: [PATCH] sap_swpm: Slightly modify the variable description Signed-off-by: Bernd Finger --- roles/sap_swpm/defaults/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/sap_swpm/defaults/main.yml b/roles/sap_swpm/defaults/main.yml index 8e0e30ff..89bf1902 100644 --- a/roles/sap_swpm/defaults/main.yml +++ b/roles/sap_swpm/defaults/main.yml @@ -450,5 +450,5 @@ sap_swpm_update_etchosts: false # Display SAP SWPM Unattended Mode output (sapinst stdout) sap_swpm_display_unattended_output: false -# Set which Ansible Collection to use for the sap_install. +# Set which Ansible Collection to use when calling sap_install roles. sap_swpm_sap_install_collection: 'community.sap_install'