„mint.yml“ ändern
This commit is contained in:
parent
2930553b87
commit
8275743e24
10
mint.yml
10
mint.yml
@ -85,6 +85,16 @@
|
||||
args:
|
||||
creates: /etc/systemd/system/timers.target.wants/mintupdate-automation-autoremove.timer
|
||||
|
||||
- name: mint-config-update
|
||||
ansible.builtin.get_url:
|
||||
url: https://gitea.ds9.dedyn.io/olli/gtc-x11vnc/raw/branch/main/mint-config-update.sh
|
||||
dest: /usr/local/bin/mint-config-update.sh
|
||||
mode: '0555'
|
||||
owner: root
|
||||
group: root
|
||||
force: yes
|
||||
backup: yes
|
||||
|
||||
- name: mint-config-update startmenu
|
||||
ansible.builtin.get_url:
|
||||
url: https://gitea.ds9.dedyn.io/olli/linux-mint/raw/branch/main/mint-config-update.desktop
|
||||
|
Loading…
Reference in New Issue
Block a user