Skip to content

Instantly share code, notes, and snippets.

@smathermather
Created July 29, 2021 16:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smathermather/ff520694e01f5dac138937b6504467f5 to your computer and use it in GitHub Desktop.
Save smathermather/ff520694e01f5dac138937b6504467f5 to your computer and use it in GitHub Desktop.
---
- name: Deploy MARS MIPS Files
hosts: cslab
become: true
tasks:
- name: Copy jar
copy:
src: Mars4_5.jar
dest: /usr/bin/Mars4_5.jar
owner: root
group: root
mode: 0755
- name: Copy desktop
copy:
src: mars.desktop
dest: /usr/share/applications/mars.desktop
owner: root
group: root
mode: 0755
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment