Add DWM
This commit is contained in:
10
roles/dwm/tasks/main.yml
Normal file
10
roles/dwm/tasks/main.yml
Normal file
@@ -0,0 +1,10 @@
|
||||
- name: Pull down dwm build from gitea
|
||||
ansible.builtin.git:
|
||||
repo: "https://git.mjwilson.org/mike/dwm"
|
||||
dest: "{{ src_dir }}/dwm"
|
||||
|
||||
- name: Build DWM
|
||||
community.general.make:
|
||||
chdir: "{{ src_dir }}/dwm"
|
||||
params:
|
||||
clean:
|
Reference in New Issue
Block a user