Skip to content

Instantly share code, notes, and snippets.

@smathermather
Created July 29, 2021 16:36
Embed
What would you like to do?
---
- 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