mirror of
https://github.com/pigmonkey/spark.git
synced 2026-07-23 16:10:15 +00:00
fix task names
This commit is contained in:
parent
d0154ca5c3
commit
823b73c91e
1 changed files with 3 additions and 3 deletions
|
|
@ -14,17 +14,17 @@
|
|||
virtualenv=/usr/local/env/pim
|
||||
virtualenv_command=virtualenv-2.7
|
||||
|
||||
- name: Link vdirsyncer to user bin
|
||||
- name: Link vdirsyncer to bin
|
||||
file: src=/usr/local/env/pim/bin/vdirsyncer
|
||||
dest=/usr/local/bin/vdirsyncer
|
||||
state=link
|
||||
|
||||
- name: Link khard to user bin
|
||||
- name: Link khard to bin
|
||||
file: src=/usr/local/env/pim/bin/khard
|
||||
dest=/usr/local/bin/khard
|
||||
state=link
|
||||
|
||||
- name: Link khal to user bin
|
||||
- name: Link khal to bin
|
||||
file: src=/usr/local/env/pim/bin/khal
|
||||
dest=/usr/local/bin/khal
|
||||
state=link
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue