2289b6a070
* Add build from source option * Update to Molecule 3.0 * Add service manager to Debian images * Add .gitignore entry for Ansible retry files Co-authored-by: Alessandro Fael Garcia <alessfg@hotmail.com>
8 lines
167 B
YAML
8 lines
167 B
YAML
---
|
|
- name: "(Install: Debian/Ubuntu) Install Required Debian and Ubuntu Dependencies"
|
|
apt:
|
|
name:
|
|
- apt-transport-https
|
|
- dirmngr
|
|
- python-apt
|