8 lines
171 B
YAML
8 lines
171 B
YAML
|
---
|
||
|
- Name: "(Install: Debian/Ubuntu) Install Required Debian and Ubuntu Dependencies"
|
||
|
apt:
|
||
|
name: "{{ item }}"
|
||
|
with_items:
|
||
|
- apt-transport-https
|
||
|
- dirmngr
|