Add powershell role for Windows
This commit is contained in:
16
roles/powershell/tasks/main.yaml
Normal file
16
roles/powershell/tasks/main.yaml
Normal file
@@ -0,0 +1,16 @@
|
||||
---
|
||||
- name: clone config repos
|
||||
win_git:
|
||||
repo: git@code.infektor.net:config/WindowsPowerShell.git
|
||||
dest: '{{ansible_env.USERPROFILE}}/Documents/WindowsPowerShell'
|
||||
branch: master
|
||||
|
||||
- name: install chocolatey package
|
||||
win_chocolatey:
|
||||
name: Cmder
|
||||
state: latest
|
||||
|
||||
- name: install PsReadline module
|
||||
win_psmodule:
|
||||
name: PsReadline
|
||||
state: latest
|
||||
Reference in New Issue
Block a user