Skip to content

Commit

Permalink
Merge pull request #33 from sap-linuxlab/main
Browse files Browse the repository at this point in the history
mergeback: main to dev
  • Loading branch information
sean-freeman authored Jul 22, 2024
2 parents 123c99f + 2d03d8c commit 373592e
Show file tree
Hide file tree
Showing 67 changed files with 349 additions and 309 deletions.
33 changes: 33 additions & 0 deletions .github/workflows/ansible_software_availability.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ jobs:
echo "as the following SAP Software are no longer available:"
echo "$errors_list" # Quote command substitution to preserve newline
echo ""
# Ensure stdout accuracy by pause script
sleep 10
cd ./community.sap_launchpad/plugins
sed -i "s|python3|python|g" ./modules/software_center_download.py
touch python_module_fuzzy_call_script.py
Expand Down Expand Up @@ -140,6 +142,21 @@ jobs:
echo " list_imdb_server.append(sublist['Title'])" >> python_module_fuzzy_call_script.py
echo " list_imdb_server.sort(reverse=True)" >> python_module_fuzzy_call_script.py
echo " print(list_imdb_server[0])" >> python_module_fuzzy_call_script.py
echo " # Match LCAPPS and AFL to new SAP HANA DB Server version" >> python_module_fuzzy_call_script.py
echo " imdb_server20_existing_prefix = input_search_file_name_and_version_only.split('_')[-1]" >> python_module_fuzzy_call_script.py
echo " imdb_server20_new_prefix = list_imdb_server[0].split('-')[0]" >> python_module_fuzzy_call_script.py
echo " imdb_server20_new_prefix2 = imdb_server20_new_prefix.rsplit('_', 1)[0]" >> python_module_fuzzy_call_script.py
echo " imdb_server20_new_version = imdb_server20_new_prefix2.split('_')[-1]" >> python_module_fuzzy_call_script.py
echo ' imdb_lcapps20_existing_version = "IMDB_LCAPPS_2" + imdb_server20_existing_prefix' >> python_module_fuzzy_call_script.py
echo ' imdb_lcapps20_version = "IMDB_LCAPPS_2" + imdb_server20_new_version' >> python_module_fuzzy_call_script.py
echo " imdb_lcapps20_query = search_software_fuzzy(imdb_lcapps20_version)" >> python_module_fuzzy_call_script.py
echo " imdb_lcapps20_result_prefix = imdb_lcapps20_query[0]['Title'].split('-')[0]" >> python_module_fuzzy_call_script.py
echo ' imdb_afl20_existing_version = "IMDB_AFL20_" + imdb_server20_existing_prefix' >> python_module_fuzzy_call_script.py
echo ' imdb_afl20_version = "IMDB_AFL20_" + imdb_server20_new_version' >> python_module_fuzzy_call_script.py
echo " imdb_afl20_query = search_software_fuzzy(imdb_afl20_version)" >> python_module_fuzzy_call_script.py
echo " imdb_afl20_result_prefix = imdb_afl20_query[0]['Title'].split('-')[0]" >> python_module_fuzzy_call_script.py
echo " print(imdb_lcapps20_existing_version + ';' + imdb_lcapps20_result_prefix)" >> python_module_fuzzy_call_script.py
echo " print(imdb_afl20_existing_version + ';' + imdb_afl20_result_prefix)" >> python_module_fuzzy_call_script.py
echo " elif any('SAPWEBDISP' in sublist['Title'] for sublist in query_result):" >> python_module_fuzzy_call_script.py
echo " # As SAP WebDisp file name numbering does not use preceeding 0's, manually filter out v7 which is older than v69:" >> python_module_fuzzy_call_script.py
echo " input_webdisp = input_search_file_name_and_version_only[:-2]" >> python_module_fuzzy_call_script.py
Expand Down Expand Up @@ -182,6 +199,22 @@ jobs:
exit1_check=1
elif [[ "$search_file" == "" ]]; then
echo "Skipped file $filename"
elif [[ "$search_file" == *"IMDB_SERVER"* ]]; then
echo "Perform recursive sed for SAP HANA and SAP HANA Components"
cd "./gh_repo"
echo "$search_file" | while IFS= read -r line ; do
stripped_search_file=$(echo $line | tr -d '\n')
if [[ "$stripped_search_file" == *.* ]]; then
echo "-> Perform recursive sed for $filename change to $search_file"
find . -type f -not -path '*/\.*' -exec sed -i "s/$filename/$stripped_search_file/g" {} \;
elif [[ "$stripped_search_file" == *\;* ]]; then
origin_prefix="${stripped_search_file%;*}"
replace_prefix="${stripped_search_file##*;}"
echo "-> Perform recursive sed for $origin_prefix change to $replace_prefix"
find . -type f -not -path '*/\.*' -exec sed -i "s/$origin_prefix.[0-9]\{1,\}/$replace_prefix/g" {} \;
fi
done
cd ../
else
echo "Perform recursive sed for $filename change to $search_file"
stripped_search_file=$(echo $search_file | tr -d '\n')
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ These Ansible Playbooks for SAP are designed to be:
## Ansible Playbooks for SAP - available scenarios summary

**Ansible Playbooks are available for Operating Systems:**
- SUSE Linux Enterprise Server for SAP Applications (SLES4SAP)
- Red Hat Enterprise Linux for SAP Solutions (RHEL4SAP) &nbsp;&nbsp;<sup><sup>[labelled 'High Availability and Update Services (HA-US)' on Cloud Hyperscalers]</sup></sup>
- SUSE Linux Enterprise Server for SAP (SLES4SAP)
- Red Hat Enterprise Linux for SAP (RHEL4SAP)

**Ansible Playbooks are available for Infrastructure Platforms:**
- AWS EC2 Virtual Server instances
Expand Down
8 changes: 4 additions & 4 deletions deploy_scenarios/sap_bw4hana_sandbox/ansible_extravars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ sap_swpm_templates_install_dictionary:
- 'IMDB_SERVER20_077_0-80002031.SAR'
- 'IMDB_LCAPPS_2067P_400-20010426.SAR'
- 'IMDB_AFL20_067P_400-80001894.SAR'
- 'IMDB_CLIENT20_021_26-80002082.SAR' # SAP HANA Client
- 'IMDB_CLIENT20_021_28-80002082.SAR' # SAP HANA Client
- 'SWPM20SP18_2-80003424.SAR'
- 'igsexe_4-70005417.sar' # IGS 7.81
- 'igshelper_17-10010245.sar'
Expand All @@ -194,7 +194,7 @@ sap_swpm_templates_install_dictionary:
- 'IMDB_SERVER20_077_0-80002031.SAR'
- 'IMDB_LCAPPS_2067P_400-80002183.SAR'
- 'IMDB_AFL20_067P_400-80002045.SAR'
- 'IMDB_CLIENT20_021_26-80002082.SAR' # SAP HANA Client
- 'IMDB_CLIENT20_021_28-80002082.SAR' # SAP HANA Client
- 'SWPM20SP18_2-80003424.SAR'
- 'igsexe_4-70005417.sar' # IGS 7.81
- 'igshelper_17-10010245.sar'
Expand Down Expand Up @@ -250,7 +250,7 @@ sap_swpm_templates_install_dictionary:
- 'IMDB_SERVER20_067_4-80002031.SAR'
- 'IMDB_LCAPPS_2067P_400-20010426.SAR'
- 'IMDB_AFL20_067P_400-80001894.SAR'
- 'IMDB_CLIENT20_021_26-80002082.SAR' # SAP HANA Client
- 'IMDB_CLIENT20_021_28-80002082.SAR' # SAP HANA Client
- 'SWPM20SP18_2-80003424.SAR'
- 'igsexe_4-70005417.sar' # IGS 7.81
- 'igshelper_17-10010245.sar'
Expand All @@ -272,7 +272,7 @@ sap_swpm_templates_install_dictionary:
- 'IMDB_SERVER20_067_4-80002046.SAR'
- 'IMDB_LCAPPS_2067P_400-80002183.SAR'
- 'IMDB_AFL20_067P_400-80002045.SAR'
- 'IMDB_CLIENT20_021_26-80002095.SAR' # SAP HANA Client
- 'IMDB_CLIENT20_021_28-80002095.SAR' # SAP HANA Client
- 'SWPM20SP18_2-80003426.SAR'
- 'igsexe_4-70005446.sar' # IGS 7.81
- 'igshelper_17-10010245.sar'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ collections:
version: 6.1.0
- name: fedora.linux_system_roles
type: galaxy
version: 1.33.0
version: 1.82.0
- name: community.sap_install
type: galaxy
version: 1.4.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ sap_swpm_templates_install_dictionary:
- 'IMDB_SERVER20_077_0-80002031.SAR'
- 'IMDB_LCAPPS_2067P_400-20010426.SAR'
- 'IMDB_AFL20_067P_400-80001894.SAR'
- 'IMDB_CLIENT20_021_26-80002082.SAR' # SAP HANA Client
- 'IMDB_CLIENT20_021_28-80002082.SAR' # SAP HANA Client
- 'SWPM20SP18_2-80003424.SAR'
- 'igsexe_4-70005417.sar' # IGS 7.81
- 'igshelper_17-10010245.sar'
Expand All @@ -229,7 +229,7 @@ sap_swpm_templates_install_dictionary:
- 'IMDB_SERVER20_077_0-80002031.SAR'
- 'IMDB_LCAPPS_2067P_400-80002183.SAR'
- 'IMDB_AFL20_067P_400-80002045.SAR'
- 'IMDB_CLIENT20_021_26-80002082.SAR' # SAP HANA Client
- 'IMDB_CLIENT20_021_28-80002082.SAR' # SAP HANA Client
- 'SWPM20SP18_2-80003424.SAR'
- 'igsexe_4-70005417.sar' # IGS 7.81
- 'igshelper_17-10010245.sar'
Expand Down Expand Up @@ -286,7 +286,7 @@ sap_swpm_templates_install_dictionary:
- 'IMDB_SERVER20_067_4-80002031.SAR'
- 'IMDB_LCAPPS_2067P_400-20010426.SAR'
- 'IMDB_AFL20_067P_400-80001894.SAR'
- 'IMDB_CLIENT20_021_26-80002082.SAR' # SAP HANA Client
- 'IMDB_CLIENT20_021_28-80002082.SAR' # SAP HANA Client
- 'SWPM20SP18_2-80003424.SAR'
- 'igsexe_4-70005417.sar' # IGS 7.81
- 'igshelper_17-10010245.sar'
Expand All @@ -308,7 +308,7 @@ sap_swpm_templates_install_dictionary:
- 'IMDB_SERVER20_067_4-80002046.SAR'
- 'IMDB_LCAPPS_2067P_400-80002183.SAR'
- 'IMDB_AFL20_067P_400-80002045.SAR'
- 'IMDB_CLIENT20_021_26-80002095.SAR' # SAP HANA Client
- 'IMDB_CLIENT20_021_28-80002095.SAR' # SAP HANA Client
- 'SWPM20SP18_2-80003426.SAR'
- 'igsexe_4-70005446.sar' # IGS 7.81
- 'igshelper_17-10010245.sar'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ collections:
version: 6.1.0
- name: fedora.linux_system_roles
type: galaxy
version: 1.33.0
version: 1.82.0
- name: community.sap_install
type: galaxy
version: 1.4.0
Expand Down
24 changes: 12 additions & 12 deletions deploy_scenarios/sap_ecc_hana_sandbox/ansible_extravars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,15 +174,15 @@ sap_swpm_templates_install_dictionary:
softwarecenter_search_list_x86_64:
- 'SAPCAR_1115-70006178.EXE'
- 'IMDB_SERVER20_059_13-80002031.SAR'
- 'IMDB_CLIENT20_021_26-80002082.SAR' # SAP HANA Client
- 'IMDB_CLIENT20_021_28-80002082.SAR' # SAP HANA Client
- 'VCH202000_2059_0-80005463.SAR'
- 'SWPM10SP41_2-20009701.SAR'
- 'SWPM10SP41_3-20009701.SAR'
- 'igsexe_13-80003187.sar' # IGS 7.53
- 'igshelper_17-10010245.sar'
- 'SAPEXE_1100-80002573.SAR' # Kernel Part I (753)
- 'SAPEXEDB_1100-80002572.SAR' # Kernel Part II (753), SAP HANA
- 'SAPHOSTAGENT51_51-20009394.SAR' # SAP Host Agent 7.21
- 'SUM20SP20_2-80002456.SAR' # SUM 2.0
- 'SUM20SP20_3-80002456.SAR' # SUM 2.0
- 'SAPKD75083' # SPAM/SAINT Update - Version 750/0083
- '51050708_1' # SAP ERP 6.0 EHP8 Installation Export 1/4, Self-extract RAR EXE
- '51050708_2'
Expand All @@ -200,15 +200,15 @@ sap_swpm_templates_install_dictionary:
softwarecenter_search_list_ppc64le:
- 'SAPCAR_1115-70006238.EXE'
- 'IMDB_SERVER20_059_13-80002046.SAR'
- 'IMDB_CLIENT20_021_26-80002095.SAR' # SAP HANA Client
- 'IMDB_CLIENT20_021_28-80002095.SAR' # SAP HANA Client
- 'VCH202000_2059_0-80005464.SAR'
- 'SWPM10SP41_2-70002492.SAR'
- 'SWPM10SP41_3-70002492.SAR'
- 'igsexe_13-80003246.sar' # IGS 7.53
- 'igshelper_17-10010245.sar'
- 'SAPEXE_1100-80002630.SAR' # Kernel Part I (753)
- 'SAPEXEDB_1100-80002629.SAR' # Kernel Part II (753), SAP HANA
- 'SAPHOSTAGENT61_61-80004831.SAR' # SAP Host Agent 7.22
- 'SUM20SP20_2-80002470.SAR' # SUM 2.0
- 'SUM20SP20_3-80002470.SAR' # SUM 2.0
- 'SAPKD75083' # SPAM/SAINT Update - Version 750/0083
- '51050708_1' # SAP ERP 6.0 EHP8 Installation Export 1/4, Self-extract RAR EXE
- '51050708_2'
Expand Down Expand Up @@ -263,14 +263,14 @@ sap_swpm_templates_install_dictionary:
softwarecenter_search_list_x86_64:
- 'SAPCAR_1115-70006178.EXE'
- 'IMDB_SERVER20_059_13-80002031.SAR'
- 'IMDB_CLIENT20_021_26-80002082.SAR' # SAP HANA Client
- 'SWPM10SP41_2-20009701.SAR'
- 'IMDB_CLIENT20_021_28-80002082.SAR' # SAP HANA Client
- 'SWPM10SP41_3-20009701.SAR'
- 'igsexe_13-80003187.sar' # IGS 7.53
- 'igshelper_17-10010245.sar'
- 'SAPEXE_1100-80002573.SAR' # Kernel Part I (753)
- 'SAPEXEDB_1100-80002572.SAR' # Kernel Part II (753), SAP HANA
- 'SAPHOSTAGENT51_51-20009394.SAR' # SAP Host Agent 7.21
- 'SUM11SP03_0-80006800.SAR' # SUM 1.1
- 'SUM11SP03_1-80006800.SAR' # SUM 1.1
- 'SAPKD74083' # SPAM/SAINT Update - Version 740/0083
- '51050036_1' # SAP ERP 6.0 on HANA EHP7 Installation Export 1/18
- '51050036_2'
Expand All @@ -294,14 +294,14 @@ sap_swpm_templates_install_dictionary:
softwarecenter_search_list_ppc64le:
- 'SAPCAR_1115-70006238.EXE'
- 'IMDB_SERVER20_059_13-80002046.SAR'
- 'IMDB_CLIENT20_021_26-80002095.SAR' # SAP HANA Client
- 'SWPM10SP41_2-70002492.SAR'
- 'IMDB_CLIENT20_021_28-80002095.SAR' # SAP HANA Client
- 'SWPM10SP41_3-70002492.SAR'
- 'igsexe_13-80003246.sar' # IGS 7.53
- 'igshelper_17-10010245.sar'
- 'SAPEXE_1100-80002630.SAR' # Kernel Part I (753)
- 'SAPEXEDB_1100-80002629.SAR' # Kernel Part II (753), SAP HANA
- 'SAPHOSTAGENT61_61-80004831.SAR' # SAP Host Agent 7.22
- 'SUM11SP03_0-80006861.SAR' # SUM 1.1
- 'SUM11SP03_1-80006861.SAR' # SUM 1.1
- 'SAPKD74083' # SPAM/SAINT Update - Version 740/0083
- '51050036_1' # SAP ERP 6.0 on HANA EHP7 Installation Export 1/18
- '51050036_2'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ collections:
version: 6.1.0
- name: fedora.linux_system_roles
type: galaxy
version: 1.33.0
version: 1.82.0
- name: community.sap_install
type: galaxy
version: 1.4.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ sap_swpm_templates_install_dictionary:
- 'SAPEXE_1000-80002573.SAR' # Kernel Part I (753)
- 'SAPEXEDB_1000-80002603.SAR' # Kernel Part II (753), IBM DB2
- 'SAPHOSTAGENT51_51-20009394.SAR' # SAP Host Agent 7.21
- 'SWPM10SP41_2-20009701.SAR'
- 'SWPM10SP41_3-20009701.SAR'
- 'igsexe_13-80003187.sar' # IGS 7.53
- 'igshelper_17-10010245.sar'
- '51056772' # IBM DB2 FOR LUW 11.5 MP8 FP0 SAP2 LINUX x86_64, ZIP. See SAP Note 101809 - DB6: Supported Db2 Versions and Fix Pack Levels
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ collections:
version: 6.1.0
- name: fedora.linux_system_roles
type: galaxy
version: 1.33.0
version: 1.82.0
- name: community.sap_install
type: galaxy
version: 1.4.0
Expand Down
4 changes: 2 additions & 2 deletions deploy_scenarios/sap_ecc_ibmdb2_sandbox/ansible_extravars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ sap_swpm_templates_install_dictionary:
- 'SAPEXE_1000-80002573.SAR' # Kernel Part I (753)
- 'SAPEXEDB_1000-80002603.SAR' # Kernel Part II (753), IBM DB2
- 'SAPHOSTAGENT51_51-20009394.SAR' # SAP Host Agent 7.21
- 'SWPM10SP41_2-20009701.SAR'
- 'SWPM10SP41_3-20009701.SAR'
- 'igsexe_13-80003187.sar' # IGS 7.53
- 'igshelper_17-10010245.sar'
- '51056772' # IBM DB2 FOR LUW 11.5 MP8 FP0 SAP2 LINUX x86_64, ZIP. See SAP Note 101809 - DB6: Supported Db2 Versions and Fix Pack Levels
Expand Down Expand Up @@ -193,7 +193,7 @@ sap_swpm_templates_install_dictionary:
- 'SAPEXE_1000-80002573.SAR' # Kernel Part I (753)
- 'SAPEXEDB_1000-80002603.SAR' # Kernel Part II (753), IBM DB2
- 'SAPHOSTAGENT51_51-20009394.SAR' # SAP Host Agent 7.21
- 'SWPM10SP41_2-20009701.SAR'
- 'SWPM10SP41_3-20009701.SAR'
- 'igsexe_13-80003187.sar' # IGS 7.53
- 'igshelper_17-10010245.sar'
- '51056772' # IBM DB2 FOR LUW 11.5 MP8 FP0 SAP2 LINUX x86_64, ZIP. See SAP Note 101809 - DB6: Supported Db2 Versions and Fix Pack Levels
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ collections:
version: 6.1.0
- name: fedora.linux_system_roles
type: galaxy
version: 1.33.0
version: 1.82.0
- name: community.sap_install
type: galaxy
version: 1.4.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ sap_swpm_templates_install_dictionary:
- 'SAPEXE_1000-80002573.SAR' # Kernel Part I (753)
- 'SAPEXEDB_1000-80002605.SAR' # Kernel Part II (753), Oracle DB
- 'SAPHOSTAGENT51_51-20009394.SAR' # SAP Host Agent 7.21
- 'SWPM10SP41_2-20009701.SAR'
- 'SWPM10SP41_3-20009701.SAR'
- 'igsexe_13-80003187.sar' # IGS 7.53
- 'igshelper_17-10010245.sar'
- 'DBATL740O11_49-80002605.SAR' # DBATOOLS Package for Oracle 11g, 12c and higher, Support Package SAP KERNEL 7.53 64-BIT UNICODE Linux on x86_64 64bit ORACLE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ collections:
version: 6.1.0
- name: fedora.linux_system_roles
type: galaxy
version: 1.33.0
version: 1.82.0
- name: community.sap_install
type: galaxy
version: 1.4.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ sap_swpm_templates_install_dictionary:
- 'SAPEXE_1000-80002573.SAR' # Kernel Part I (753)
- 'SAPEXEDB_1000-80002616.SAR' # Kernel Part II (753), SAP ASE 16.0 FOR BUS. SUITE
- 'SAPHOSTAGENT51_51-20009394.SAR' # SAP Host Agent 7.21
- 'SWPM10SP41_2-20009701.SAR'
- 'SWPM10SP41_3-20009701.SAR'
- 'igsexe_13-80003187.sar' # IGS 7.53
- 'igshelper_17-10010245.sar'
- 'SYBCTRL_1325-80002616.SAR'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ collections:
version: 6.1.0
- name: fedora.linux_system_roles
type: galaxy
version: 1.33.0
version: 1.82.0
- name: community.sap_install
type: galaxy
version: 1.4.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ sap_swpm_templates_install_dictionary:
- 'SAPEXE_1000-80002573.SAR' # Kernel Part I (753)
- 'SAPEXEDB_1000-80002604.SAR' # Kernel Part II (753), SAP MaxDB 7.9
- 'SAPHOSTAGENT51_51-20009394.SAR' # SAP Host Agent 7.21
- 'SWPM10SP41_2-20009701.SAR'
- 'SWPM10SP41_3-20009701.SAR'
- 'igsexe_13-80003187.sar' # IGS 7.53
- 'igshelper_17-10010245.sar'
- '51054410_2' # MaxDB 7.9 - SP10 Build 04 Linux on x86_64 64bit
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ collections:
version: 6.1.0
- name: fedora.linux_system_roles
type: galaxy
version: 1.33.0
version: 1.82.0
- name: community.sap_install
type: galaxy
version: 1.4.0
Expand Down
2 changes: 1 addition & 1 deletion deploy_scenarios/sap_hana/ansible_requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ collections:
version: 6.1.0
- name: fedora.linux_system_roles
type: galaxy
version: 1.33.0
version: 1.82.0
- name: community.sap_install
type: galaxy
version: 1.4.0
Expand Down
2 changes: 1 addition & 1 deletion deploy_scenarios/sap_hana_ha/ansible_requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ collections:
version: 6.1.0
- name: fedora.linux_system_roles
type: galaxy
version: 1.33.0
version: 1.82.0
- name: community.sap_install
type: galaxy
version: 1.4.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ collections:
version: 6.1.0
- name: fedora.linux_system_roles
type: galaxy
version: 1.33.0
version: 1.82.0
- name: community.sap_install
type: galaxy
version: 1.4.0
Expand Down
Loading

0 comments on commit 373592e

Please sign in to comment.