„mint.yml“ ändern

This commit is contained in:
olli 2022-07-22 09:51:59 +02:00
parent 05adf0e6b6
commit 6a89fb826b

View File

@ -85,6 +85,15 @@
args: args:
creates: /etc/systemd/system/timers.target.wants/mintupdate-automation-autoremove.timer creates: /etc/systemd/system/timers.target.wants/mintupdate-automation-autoremove.timer
- name: config-update startmenu
ansible.builtin.get_url:
url: https://gitea.ds9.dedyn.io/olli/linux-mint/raw/branch/main/mint-config-update.desktop
dest: /usr/share/applications/mint-config-update.desktop
mode: '0444'
owner: root
group: root
force: yes
- name: gtc-x11vnc - name: gtc-x11vnc
ansible.builtin.get_url: ansible.builtin.get_url:
url: https://gitea.ds9.dedyn.io/olli/gtc-x11vnc/raw/branch/main/gtc-x11vnc.sh url: https://gitea.ds9.dedyn.io/olli/gtc-x11vnc/raw/branch/main/gtc-x11vnc.sh