forked from infra/ansible
move installation of apt-transport-https to common
This commit is contained in:
parent
2eb5440c3c
commit
1f967c2925
@ -3,6 +3,7 @@
|
||||
- name: Install misc software
|
||||
apt:
|
||||
name:
|
||||
- apt-transport-https
|
||||
- dnsutils
|
||||
- htop
|
||||
- less
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user