forked from FF-RGB/ansible
8 lines
102 B
YAML
8 lines
102 B
YAML
|
---
|
||
|
|
||
|
- name: Install git
|
||
|
apt: name=git
|
||
|
|
||
|
- name: Install ca-certificates
|
||
|
apt: name=ca-certificates
|