Skip to content

Commit

Permalink
Merge pull request #927 from berndfinger/issue-926
Browse files Browse the repository at this point in the history
sap_swpm, sap_general_preconfigure: Fix some leftovers from #925
  • Loading branch information
berndfinger authored Jan 13, 2025
2 parents 44e8734 + f5f5210 commit d04883f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion roles/sap_general_preconfigure/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ sap_general_preconfigure_system_roles_collection: 'fedora.linux_system_roles'
# - redhat.rhel_system_roles

sap_general_preconfigure_sap_install_collection: 'community.sap_install'
# Set which Ansible Collection to use for the sap_install.
# Set which Ansible Collection to use when calling sap_install roles.

sap_general_preconfigure_enable_repos: false
# Set to `true` if you want the role to enable the repos as configured by the following repo related parameters.
Expand Down
6 changes: 6 additions & 0 deletions roles/sap_general_preconfigure/meta/argument_specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ argument_specs:
required: false
type: str

sap_general_preconfigure_sap_install_collection:
default: 'community.sap_install'
description: Set which Ansible Collection to use when calling sap_install roles.
required: false
type: str

sap_general_preconfigure_enable_repos:
default: false
description:
Expand Down
2 changes: 1 addition & 1 deletion roles/sap_swpm/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit d04883f

Please sign in to comment.