Skip to content

Commit

Permalink
copy m30pm tarball contents into /opt and symlink binary into /usr/lo…
Browse files Browse the repository at this point in the history
…cal/bin
  • Loading branch information
capsulecorplab committed Nov 28, 2024
1 parent f8f156c commit 67a5c4d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -461,14 +461,17 @@
dest: /home/kasm-default-profile/install_files/
creates: /home/kasm-default-profile/install_files/m30pm/bin/m30pm
remote_src: yes
- name: Copy m30pm binary to /usr/local/bin
- name: Copy m30pm tarball contents to /opt
copy:
src: /home/kasm-default-profile/install_files/m30pm/bin/m30pm
dest: /usr/local/bin/m30pm
src: /home/kasm-default-profile/install_files/m30pm
dest: /opt/m30pm
remote_src: yes
owner: root
group: root
mode: a+x
- name: Create symlink for m30pm binary in /usr/local/bin
shell:
cmd: ln -s /opt/m30pm/bin/m30pm /usr/local/bin/m30pm

-
# install sudo for the vs-code role below
Expand Down

0 comments on commit 67a5c4d

Please sign in to comment.