Skip to content
Snippets Groups Projects
Commit 6e016cf5 authored by Thomas Schneider's avatar Thomas Schneider
Browse files

terminalserver: Replace deprecated apt_key module

parent 388080df
No related branches found
No related tags found
No related merge requests found
File added
---
- name: ensure apt key for x2go is present
apt_key:
keyserver: keys.gnupg.net
id: E1F958385BFE2B6E
state: present
notify:
- update apt cache
copy:
src: x2go-archive-debian-ubuntu-signing-key.gpg
dest: /etc/apt/trusted.gpg.d
owner: root
group: root
mode: "0644"
# Install only if it does not exist yet, this file will get overridden by
# the x2go-keyring package
force: false
tags:
- x2go
- repos
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment