„gtc-crypt.yml“ ändern
This commit is contained in:
parent
1b28825298
commit
6e1cf7176b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user