„mint.yml“ ändern
This commit is contained in:
parent
844d95d4b5
commit
88c500fda5
19
mint.yml
19
mint.yml
@ -84,3 +84,22 @@
|
||||
command: systemctl enable mintupdate-automation-autoremove.timer
|
||||
args:
|
||||
creates: /etc/systemd/system/timers.target.wants/mintupdate-automation-autoremove.timer
|
||||
|
||||
- name: gtc-x11vnc
|
||||
ansible.builtin.get_url:
|
||||
url: https://gitea.ds9.dedyn.io/olli/gtc-x11vnc/raw/branch/main/gtc-x11vnc
|
||||
dest: /usr/loca/bin/gtc-x11vnc
|
||||
mode: '0555'
|
||||
owner: root
|
||||
grou: root
|
||||
force: yes
|
||||
|
||||
- name: gtc-x11vnc startmenu
|
||||
ansible.builtin.get_url:
|
||||
url: https://gitea.ds9.dedyn.io/olli/gtc-x11vnc/raw/branch/main/gtc-x11vnc.desktop
|
||||
dest: /usr/share/applications/gtc-x11vnc.desktop
|
||||
mode: '0444'
|
||||
owner: root
|
||||
grou: root
|
||||
force: yes
|
||||
|
Loading…
Reference in New Issue
Block a user