move installation of apt-transport-https to common

This commit is contained in:
Markus 2021-08-02 12:04:14 +02:00
parent 2eb5440c3c
commit 1f967c2925
5 changed files with 1 additions and 12 deletions

View File

@ -3,6 +3,7 @@
- name: Install misc software
apt:
name:
- apt-transport-https
- dnsutils
- htop
- less

View File

@ -3,9 +3,6 @@
- name: Create user
user: name=hackmd
- name: Enable https for apt
apt: name=apt-transport-https
- name: Enable nodesource apt-key
apt_key: url="https://deb.nodesource.com/gpgkey/nodesource.gpg.key"

View File

@ -1,8 +1,5 @@
---
- name: Ensure apt over https is available
apt: name=apt-transport-https
- name: Add Jitsi repo key
apt_key:
id: EF8B479E2DC1389C

View File

@ -1,8 +1,5 @@
---
- name: Enable https for apt
apt: name=apt-transport-https
- name: Enable matrix apt-key
apt_key: url="https://packages.matrix.org/debian/matrix-org-archive-keyring.gpg"

View File

@ -1,8 +1,5 @@
---
- name: Enable https for apt
apt: name=apt-transport-https
- name: Enable sury php apt-key
apt_key: url="https://packages.sury.org/php/apt.gpg"