Skip to content

Commit 8e7349f

Browse files
authored
Merge pull request #1230 from sap-linuxlab/dev
collection: Merge dev to main for release 1.10.0
2 parents 931e140 + 45c153d commit 8e7349f

84 files changed

Lines changed: 1767 additions & 971 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ansible-lint-sap_general_preconfigure.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v5
2626

27-
# Use @v25 to automatically track the latest release from the year 2025.
28-
# ansible-lint uses Calendar Versioning (e.g., v25.9.0 -> YYYY.MM.PATCH).
27+
# Use @vXX to automatically track the latest release from the year 20XX. Example: @v26 for 2026.
28+
# ansible-lint uses Calendar Versioning (e.g., v26.0.0 -> YYYY.MM.PATCH).
2929
# Avoid using @main, which can introduce breaking changes unexpectedly.
30-
- uses: ansible/ansible-lint@v25
30+
- uses: ansible/ansible-lint@v26
3131
with:
3232
# v25.7.0 no longer uses 'working_directory' and role path is set in 'args'.
3333
# Role specific .ansible-lint can be added with argument '-c'.

.github/workflows/ansible-lint-sap_ha_install_hana_hsr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v5
2626

27-
# Use @v25 to automatically track the latest release from the year 2025.
28-
# ansible-lint uses Calendar Versioning (e.g., v25.9.0 -> YYYY.MM.PATCH).
27+
# Use @vXX to automatically track the latest release from the year 20XX. Example: @v26 for 2026.
28+
# ansible-lint uses Calendar Versioning (e.g., v26.0.0 -> YYYY.MM.PATCH).
2929
# Avoid using @main, which can introduce breaking changes unexpectedly.
30-
- uses: ansible/ansible-lint@v25
30+
- uses: ansible/ansible-lint@v26
3131
with:
3232
# v25.7.0 no longer uses 'working_directory' and role path is set in 'args'.
3333
# Role specific .ansible-lint can be added with argument '-c'.

.github/workflows/ansible-lint-sap_ha_pacemaker_cluster.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v5
2626

27-
# Use @v25 to automatically track the latest release from the year 2025.
28-
# ansible-lint uses Calendar Versioning (e.g., v25.9.0 -> YYYY.MM.PATCH).
27+
# Use @vXX to automatically track the latest release from the year 20XX. Example: @v26 for 2026.
28+
# ansible-lint uses Calendar Versioning (e.g., v26.0.0 -> YYYY.MM.PATCH).
2929
# Avoid using @main, which can introduce breaking changes unexpectedly.
30-
- uses: ansible/ansible-lint@v25
30+
- uses: ansible/ansible-lint@v26
3131
with:
3232
# v25.7.0 no longer uses 'working_directory' and role path is set in 'args'.
3333
# Role specific .ansible-lint can be added with argument '-c'.

.github/workflows/ansible-lint-sap_hana_install.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v5
2626

27-
# Use @v25 to automatically track the latest release from the year 2025.
28-
# ansible-lint uses Calendar Versioning (e.g., v25.9.0 -> YYYY.MM.PATCH).
27+
# Use @vXX to automatically track the latest release from the year 20XX. Example: @v26 for 2026.
28+
# ansible-lint uses Calendar Versioning (e.g., v26.0.0 -> YYYY.MM.PATCH).
2929
# Avoid using @main, which can introduce breaking changes unexpectedly.
30-
- uses: ansible/ansible-lint@v25
30+
- uses: ansible/ansible-lint@v26
3131
with:
3232
# v25.7.0 no longer uses 'working_directory' and role path is set in 'args'.
3333
# Role specific .ansible-lint can be added with argument '-c'.

.github/workflows/ansible-lint-sap_hana_preconfigure.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v5
2626

27-
# Use @v25 to automatically track the latest release from the year 2025.
28-
# ansible-lint uses Calendar Versioning (e.g., v25.9.0 -> YYYY.MM.PATCH).
27+
# Use @vXX to automatically track the latest release from the year 20XX. Example: @v26 for 2026.
28+
# ansible-lint uses Calendar Versioning (e.g., v26.0.0 -> YYYY.MM.PATCH).
2929
# Avoid using @main, which can introduce breaking changes unexpectedly.
30-
- uses: ansible/ansible-lint@v25
30+
- uses: ansible/ansible-lint@v26
3131
with:
3232
# v25.7.0 no longer uses 'working_directory' and role path is set in 'args'.
3333
# Role specific .ansible-lint can be added with argument '-c'.

.github/workflows/ansible-lint-sap_install_media_detect.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v5
2626

27-
# Use @v25 to automatically track the latest release from the year 2025.
28-
# ansible-lint uses Calendar Versioning (e.g., v25.9.0 -> YYYY.MM.PATCH).
27+
# Use @vXX to automatically track the latest release from the year 20XX. Example: @v26 for 2026.
28+
# ansible-lint uses Calendar Versioning (e.g., v26.0.0 -> YYYY.MM.PATCH).
2929
# Avoid using @main, which can introduce breaking changes unexpectedly.
30-
- uses: ansible/ansible-lint@v25
30+
- uses: ansible/ansible-lint@v26
3131
with:
3232
# v25.7.0 no longer uses 'working_directory' and role path is set in 'args'.
3333
# Role specific .ansible-lint can be added with argument '-c'.

.github/workflows/ansible-lint-sap_maintain_etc_hosts.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v5
2626

27-
# Use @v25 to automatically track the latest release from the year 2025.
28-
# ansible-lint uses Calendar Versioning (e.g., v25.9.0 -> YYYY.MM.PATCH).
27+
# Use @vXX to automatically track the latest release from the year 20XX. Example: @v26 for 2026.
28+
# ansible-lint uses Calendar Versioning (e.g., v26.0.0 -> YYYY.MM.PATCH).
2929
# Avoid using @main, which can introduce breaking changes unexpectedly.
30-
- uses: ansible/ansible-lint@v25
30+
- uses: ansible/ansible-lint@v26
3131
with:
3232
# v25.7.0 no longer uses 'working_directory' and role path is set in 'args'.
3333
# Role specific .ansible-lint can be added with argument '-c'.

.github/workflows/ansible-lint-sap_netweaver_preconfigure.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v5
2626

27-
# Use @v25 to automatically track the latest release from the year 2025.
28-
# ansible-lint uses Calendar Versioning (e.g., v25.9.0 -> YYYY.MM.PATCH).
27+
# Use @vXX to automatically track the latest release from the year 20XX. Example: @v26 for 2026.
28+
# ansible-lint uses Calendar Versioning (e.g., v26.0.0 -> YYYY.MM.PATCH).
2929
# Avoid using @main, which can introduce breaking changes unexpectedly.
30-
- uses: ansible/ansible-lint@v25
30+
- uses: ansible/ansible-lint@v26
3131
with:
3232
# v25.7.0 no longer uses 'working_directory' and role path is set in 'args'.
3333
# Role specific .ansible-lint can be added with argument '-c'.

.github/workflows/ansible-lint-sap_storage_setup.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v5
2626

27-
# Use @v25 to automatically track the latest release from the year 2025.
28-
# ansible-lint uses Calendar Versioning (e.g., v25.9.0 -> YYYY.MM.PATCH).
27+
# Use @vXX to automatically track the latest release from the year 20XX. Example: @v26 for 2026.
28+
# ansible-lint uses Calendar Versioning (e.g., v26.0.0 -> YYYY.MM.PATCH).
2929
# Avoid using @main, which can introduce breaking changes unexpectedly.
30-
- uses: ansible/ansible-lint@v25
30+
- uses: ansible/ansible-lint@v26
3131
with:
3232
# v25.7.0 no longer uses 'working_directory' and role path is set in 'args'.
3333
# Role specific .ansible-lint can be added with argument '-c'.

.github/workflows/ansible-lint-sap_swpm.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@v5
2626

27-
# Use @v25 to automatically track the latest release from the year 2025.
28-
# ansible-lint uses Calendar Versioning (e.g., v25.9.0 -> YYYY.MM.PATCH).
27+
# Use @vXX to automatically track the latest release from the year 20XX. Example: @v26 for 2026.
28+
# ansible-lint uses Calendar Versioning (e.g., v26.0.0 -> YYYY.MM.PATCH).
2929
# Avoid using @main, which can introduce breaking changes unexpectedly.
30-
- uses: ansible/ansible-lint@v25
30+
- uses: ansible/ansible-lint@v26
3131
with:
3232
# v25.7.0 no longer uses 'working_directory' and role path is set in 'args'.
3333
# Role specific .ansible-lint can be added with argument '-c'.

0 commit comments

Comments
 (0)