Commit 648a0e3
Changed files (1)
tasks
tasks/slock.yml
@@ -12,16 +12,10 @@
- name: slock - git clone
git:
- repo: http://git.suckless.org/slock
+ repo: git@github.com:bryfry/slock.git
dest: "{{ slock_dir }}"
tags: slock
-- name: slock - configure
- copy:
- src: files/slock-config.h
- dest: "{{ slock_dir }}/config.h"
- tags: [slock, config]
-
- name: slock - compile
command: "{{ item }}"
args: