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
|