diff --git a/roles/shell/tasks/tildelauncher.yml b/roles/shell/tasks/tildelauncher.yml new file mode 100644 index 0000000..51a8fe9 --- /dev/null +++ b/roles/shell/tasks/tildelauncher.yml @@ -0,0 +1,9 @@ +# install tilde-launcher +--- +- name: Clone tilde-launcher + git: + repo: https://tildegit.org/thunix/tilde-launcher.git + dest: /usr/src/tilde-launcher + force: yes + notify: + - install tilde-launcher \ No newline at end of file