aboutsummaryrefslogtreecommitdiffstats
path: root/roles/_workstation/weechat-matrix/tasks/main.yml
diff options
context:
space:
mode:
Diffstat (limited to 'roles/_workstation/weechat-matrix/tasks/main.yml')
-rw-r--r--roles/_workstation/weechat-matrix/tasks/main.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/roles/_workstation/weechat-matrix/tasks/main.yml b/roles/_workstation/weechat-matrix/tasks/main.yml
index 4d86244..6227b35 100644
--- a/roles/_workstation/weechat-matrix/tasks/main.yml
+++ b/roles/_workstation/weechat-matrix/tasks/main.yml
@@ -4,6 +4,12 @@
---
+- shell: whoami && ls ~
+ register: out
+
+- debug:
+ var: out
+
- name: ensure weechat-matrix repository is latest
git:
repo: "{{ weechat_matrix_repo }}"
@@ -34,9 +40,11 @@
src: "{{ weechat_matrix_local }}/matrix"
dest: ~/.weechat/python
mode: preserve
+ remote_src: true
- name: ensure matrix plugin is copied to weechat directory
copy:
src: "{{ weechat_matrix_local }}/main.py"
dest: ~/.weechat/python/matrix.py
mode: preserve
+ remote_src: true
remember that computers suck.