„gtc-crypt.yml“ ändern

This commit is contained in:
olli 2022-07-17 14:04:38 +02:00
parent 1b28825298
commit 6e1cf7176b

View File

@ -5,4 +5,13 @@
- name: Install gtc-crypt dependencies
apt:
name:
- fff
- perl
- name: gtc-crypt
ansible.builtin.copy:
src: gtc-crypt
dest: /usr/local/bin/gtc-crypt
owner: root
group: root
mode: '0555'
backup: yes