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 860e8ea
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions playbook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -463,12 +463,15 @@
remote_src: yes
- name: Copy m30pm binary to /usr/local/bin
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 860e8ea

Please sign in to comment.