„mint.yml“ ändern
This commit is contained in:
parent
880bd799be
commit
23be793e1b
37
mint.yml
37
mint.yml
@ -123,3 +123,40 @@
|
||||
group: root
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user