Skip to content
Snippets Groups Projects
Commit 0e9b7706 authored by nimrod's avatar nimrod
Browse files

- Changed download destination of Dropbox Python startup script (was being deleted by Dropbox).

parent e218e75e
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@
- name: Get Python Dropbox startup script
get_url:
url: https://www.dropbox.com/download?dl=packages/dropbox.py
dest: '{{ ansible_user_dir }}/.dropbox-dist/dropbox.py'
dest: '{{ ansible_user_dir }}/Downloads/dropbox.py'
mode: 0o0755
- name: Add autostart launcher
......
[Desktop Entry]
Exec={{ ansible_user_dir }}/.dropbox-dist/dropbox.py start
Exec={{ ansible_user_dir }}/Downloads/dropbox.py start
Icon=system-run
Path=
Terminal=false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment