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

terminalserver: Replace deprecated apt_key module

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