Skip to content

Commit

Permalink
Add snap and flatpak to the default dist
Browse files Browse the repository at this point in the history
  • Loading branch information
fspv committed Apr 1, 2024
1 parent 94556ba commit aea1fe4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions roles/common-tools/meta/main.yml
Original file line number Diff line number Diff line change
@@ -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 }

0 comments on commit aea1fe4

Please sign in to comment.