Skip to content

Commit d2f1775

Browse files
HVSharma12richm
authored andcommitted
fix: install python311-firewall on SLES 15
1 parent 7c2e096 commit d2f1775

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

vars/SLES_15.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
# Put internal variables here with SLES_15 specific values.
3+
4+
__firewall_packages_extra: [python311-firewall]

vars/SLES_SAP_15.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
# Put internal variables here with SLES_SAP_15 specific values.
3+
4+
__firewall_packages_extra: [python311-firewall]

0 commit comments

Comments
 (0)