Skip to content

Commit

Permalink
Merge pull request #271 from staticdev/feature/add-snap-classic-option
Browse files Browse the repository at this point in the history
Feature/add snap classic option
  • Loading branch information
staticdev committed Jul 17, 2022
2 parents 1021082 + f262563 commit 9e70f99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions default.config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,8 @@ install_extra_packages: true
# Note: You are responsible for making sure the required package managers are
# installed, eg. through homebrew.
snap_packages:
- name: kubectl
classic: true
- name: onlyoffice-desktopeditors
- name: postman
gem_packages: []
Expand Down
1 change: 1 addition & 0 deletions tasks/extra-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
- name: Install snap packages.
community.general.snap:
name: "{{ item.name | default(item) }}"
classic: "{{ item.classic | default('false') }}"
loop: "{{ snap_packages | flatten(1) }}"
become: true

Expand Down

0 comments on commit 9e70f99

Please sign in to comment.