Skip to content

Commit

Permalink
Can't run snap in container
Browse files Browse the repository at this point in the history
  • Loading branch information
brabster committed Mar 16, 2024
1 parent 4785912 commit c418a49
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 19 deletions.
3 changes: 0 additions & 3 deletions roles/gcloud/meta/main.yml

This file was deleted.

1 change: 1 addition & 0 deletions roles/gcloud/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---
- name: Install gcloud
ansible.builtin.command: snap install google-cloud-sdk --classic
when: in_container is not defined

3 changes: 0 additions & 3 deletions roles/shotcut/meta/main.yml

This file was deleted.

1 change: 1 addition & 0 deletions roles/shotcut/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
- name: Install Shotcut snap
ansible.builtin.command: snap install shotcut --classic
when: in_container is not defined
3 changes: 0 additions & 3 deletions roles/slack/meta/main.yml

This file was deleted.

1 change: 1 addition & 0 deletions roles/slack/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
- name: Install Slack
ansible.builtin.command: snap install slack
when: in_container is not defined
6 changes: 0 additions & 6 deletions roles/snapd/tasks/main.yml

This file was deleted.

3 changes: 0 additions & 3 deletions roles/vscode/meta/main.yml

This file was deleted.

1 change: 1 addition & 0 deletions roles/vscode/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
- name: install VSCode snap
ansible.builtin.command: snap install code --classic
when: in_container is not defined
1 change: 0 additions & 1 deletion workstation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
- ./vars.yml
roles:
- role: ./roles/sudo
- role: ./roles/snapd
- role: ./roles/cleanup
- role: ./roles/updates
- role: ./roles/vscode
Expand Down

0 comments on commit c418a49

Please sign in to comment.