Skip to content

Commit

Permalink
feat: allow openSuse Tumbleweed and Leap
Browse files Browse the repository at this point in the history
  • Loading branch information
MrFastDie committed Nov 21, 2024
1 parent f5998c7 commit f2f9ca4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/install_agent/vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
# vars file for install_agent
pkg_format: "{% if ansible_facts.distribution in ['RedHat', 'CentOS', 'Fedora', 'SLES', 'Suse'] %}rpm{%
pkg_format: "{% if ansible_facts.distribution in ['RedHat', 'CentOS', 'Fedora', 'SLES', 'Suse', 'openSUSE Tumbleweed', 'openSUSE Tumbleweed'] %}rpm{%
elif ansible_facts.distribution in ['Debian', 'Ubuntu'] %}deb{%
elif ansible_facts.os_family == 'Windows' and not win_use_exe %}msi{%
elif ansible_facts.os_family == 'Windows' and win_use_exe %}exe{%
Expand Down

0 comments on commit f2f9ca4

Please sign in to comment.