--- - name: install chocolatey package win_chocolatey: name: autohotkey state: latest - name: clone config repo win_git: repo: git@code.infektor.net:config/AutoHotKey.git dest: '{{ansible_env.LOCALAPPDATA}}/AutoHotKey' branch: master # TODO: - name: create scheduled task # win_scheduled_task: