8 lines
168 B
YAML
8 lines
168 B
YAML
---
|
|
- name: "(Setup: Debian/Ubuntu) Install Required Debian and Ubuntu Dependencies"
|
|
apt:
|
|
name:
|
|
- apt-transport-https
|
|
- dirmngr
|
|
update_cache: yes
|