ansible-role-nginx/tasks/prerequisites/setup-debian.yml

8 lines
168 B
YAML
Raw Normal View History

2018-08-03 00:56:25 +02:00
---
- name: "(Setup: Debian/Ubuntu) Install Required Debian and Ubuntu Dependencies"
2018-08-03 00:56:25 +02:00
apt:
name:
- apt-transport-https
- dirmngr
2020-07-30 12:47:08 +02:00
update_cache: yes