Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
tersmitten committed May 3, 2016
1 parent a803667 commit 0d970c6
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,6 @@
- komodo-ide
- komodo-ide-download

#- name: create (extract) directory
# file:
# path: "{{ komodo_ide_downloads_path }}/Komodo-IDE-{{ komodo_ide_version }}-{{ komodo_ide_build }}-linux-{{ komodo_ide_machine_map[ansible_machine] }}"
# state: directory
# owner: root
# group: root
# mode: 0755
# tags:
# - configuration
# - komodo-ide
# - komodo-ide-install

- name: extract
unarchive:
src: "{{ komodo_ide_downloads_path }}/Komodo-IDE-{{ komodo_ide_version }}-{{ komodo_ide_build }}-linux-{{ komodo_ide_machine_map[ansible_machine] }}.tar.gz"
Expand All @@ -62,8 +50,7 @@
tags:
- configuration
- komodo-ide
- komodo-ide-install
- komodo-ide-install-dir
- komodo-ide-chown

- name: install
command: ./install.sh --install-dir {{ komodo_ide_install_prefix }}/Komodo-IDE-{{ komodo_ide_version }}-{{ komodo_ide_build }}
Expand All @@ -76,7 +63,7 @@
- komodo-ide-install
- komodo-ide-install-dir

- name: install
- name: install (symlink)
file:
src: "{{ komodo_ide_install_prefix }}/Komodo-IDE-{{ komodo_ide_version }}-{{ komodo_ide_build }}/bin/komodo"
dest: /usr/local/bin/komodo
Expand Down

0 comments on commit 0d970c6

Please sign in to comment.