feat(suse): add openSUSE to bootstrap playbook

Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
Matej Focko 2022-08-18 00:13:37 +02:00
parent 2383d1536f
commit 7016137fa4
Signed by: mfocko
GPG key ID: 7C47D46246790496

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