---
- 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