diff --git a/roles/common-tools/meta/main.yml b/roles/common-tools/meta/main.yml index 03e4f32..459c880 100644 --- a/roles/common-tools/meta/main.yml +++ b/roles/common-tools/meta/main.yml @@ -1,4 +1,6 @@ dependencies: - { role: pkgmanager } - { role: pip, when: ansible_distribution == "Ubuntu" } + - { role: snapd, when: ansible_distribution == "Ubuntu" } + - { role: flatpak, when: ansible_distribution == "Ubuntu" } - { role: yubico }