gtc-crypt/gtc-crypt.yml

20 lines
387 B
YAML
Raw Permalink Normal View History

2022-07-17 14:01:47 +02:00
---
- name: gtc-crypt
hosts: all
tasks:
- name: Install gtc-crypt dependencies
apt:
name:
2022-07-17 14:04:38 +02:00
- perl
2022-07-17 14:13:28 +02:00
- libcrypt-cbc-perl
- libfile-mimeinfo-perl
2022-07-17 14:04:38 +02:00
- name: gtc-crypt
ansible.builtin.copy:
src: gtc-crypt
dest: /usr/local/bin/gtc-crypt
owner: root
group: root
mode: '0555'
backup: yes