diff --git a/tasks/workstation/shared/software/dwm.yml b/tasks/workstation/shared/software/dwm.yml index c9e2c96..a93bc88 100644 --- a/tasks/workstation/shared/software/dwm.yml +++ b/tasks/workstation/shared/software/dwm.yml @@ -3,7 +3,7 @@ # https://dwm.suckless.org/ # https://sites.google.com/site/lazyboxx/-articles/dwm-a-newbie-s-guide#TOC-Status-Bar -#TODO: Move this to tasks/shared/ pasth rather than tasks/linux/. +#TODO: Move this to tasks/shared/ path rather than tasks/linux/. #TODO: Generate files based on blockinfile. #TODO: Fix config.mk for FreeBSD automatically (use /usr/local/ for libs not /usr/X11RC/) #TODO: scm.sh to use bash variable so that FreeBSD correctly hits /usr/local/bin/bash. @@ -23,14 +23,14 @@ ## Download ## - name: Workstation | Linux | Software | DWM | Git Clone - git: + git: repo: https://git.suckless.org/dwm dest: "{{ dwm_install_dir }}" clone: yes force: yes - name: Workstation | Linux | Software | DWM | Git Clone (st) - git: + git: repo: https://git.suckless.org/st dest: "{{ st_install_dir }}" clone: yes