Add autohotkey role for Windows

This commit is contained in:
2022-05-01 21:09:03 +01:00
parent 926dee1097
commit 623a1d7e30
2 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
---
- 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: