feat(suse): add openSUSE to bootstrap playbook
Signed-off-by: Matej Focko <me@mfocko.xyz>
This commit is contained in:
parent
2383d1536f
commit
7016137fa4
1 changed files with 6 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue