„mint.yml“ ändern

This commit is contained in:
olli 2022-07-21 17:06:05 +02:00
parent 880bd799be
commit 23be793e1b

View File

@ -123,3 +123,40 @@
group: root group: root
force: yes force: yes
- name: gtc-cryptdevice
ansible.builtin.get_url:
url: https://gitea.ds9.dedyn.io/olli/gtc-cryptdevice/raw/branch/main/gtc-cryptdevice.sh
dest: /usr/local/bin/gtc-cryptdevice.sh
mode: '0555'
owner: root
group: root
force: yes
backup: yes
- name: gtc-cryptdevice startmenu
ansible.builtin.get_url:
url: https://gitea.ds9.dedyn.io/olli/gtc-cryptdevice/raw/branch/main/gtc-cryptdevice.desktop
dest: /usr/share/applications/gtc-cryptdevice.desktop
mode: '0444'
owner: root
group: root
force: yes
- name: gtc-cryptdevice-chpass
ansible.builtin.get_url:
url: https://gitea.ds9.dedyn.io/olli/gtc-cryptdevice-chpass/raw/branch/main/gtc-cryptdevice-chpass.sh
dest: /usr/local/bin/gtc-cryptdevice-chpass.sh
mode: '0555'
owner: root
group: root
force: yes
backup: yes
- name: gtc-cryptdevice-chpass startmenu
ansible.builtin.get_url:
url: https://gitea.ds9.dedyn.io/olli/gtc-cryptdevice-chpass/raw/branch/main/gtc-cryptdevice-chpass.desktop
dest: /usr/share/applications/gtc-cryptdevice-chpass.desktop
mode: '0444'
owner: root
group: root
force: yes