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"
|
# set to "local" or "remote"
|
||||||
source: "local"
|
source: "local"
|
||||||
when: ansible_distribution == "Fedora"
|
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
|
- ssh
|
||||||
- shell
|
- shell
|
||||||
- role: git
|
- role: git
|
||||||
|
|
Loading…
Reference in a new issue