Skip to content
This repository was archived by the owner on Mar 30, 2025. It is now read-only.

Commit d1a85f4

Browse files
author
staticdev
committed
Ensure snap is installed
1 parent ec631ae commit d1a85f4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tasks/pycharm.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
---
2+
- name: Ensure snap is installed
3+
package:
4+
name: snap
5+
state: present
6+
become: true
7+
28
- name: Install pycharm
39
community.general.snap:
410
name: "{{ pycharm_flavor }}"

0 commit comments

Comments
 (0)