Skip to content
This repository has been archived by the owner on Oct 16, 2021. It is now read-only.

add powershell (snap) #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions roles/common/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
- include: ruby.yml tags=common,ruby
- include: node.yml tags=common,node,cookie-monster
- include: composer.yml tags=common,composer,magescan
- include: powershell.yml tags=common,powershell
13 changes: 13 additions & 0 deletions roles/common/tasks/powershell.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
- block:

- name: 'powershell : install snap'
snap:
name: powershell
classic: yes
state: present

tags:
- common
- powershell