diff --git a/playbooks/bootstrap.yml b/playbooks/bootstrap.yml index 8d66340..8fe95e6 100644 --- a/playbooks/bootstrap.yml +++ b/playbooks/bootstrap.yml @@ -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