openSUSE support #41

Closed
mfocko wants to merge 3 commits from suse into main
Showing only changes of commit 7016137fa4 - Show all commits

View file

@ -10,7 +10,12 @@
# set to "local" or "remote"
source: "local"
when: ansible_distribution == "Fedora"
- flatpaks
- role: opensuse
become: yes
become_method: sudo
when: ansible_distribution in ("openSUSE Leap", "openSUSE Tumbleweed")
- role: flatpaks
when: ansible_distribution not in ("openSUSE Leap", "openSUSE Tumbleweed")
- ssh
- shell
- role: git