forked from FF-RGB/ansible
git: remove role, integrate into common
This commit is contained in:
parent
ea4f70a483
commit
3582e84b09
@ -3,6 +3,7 @@
|
||||
- name: Install misc software
|
||||
apt: name={{ item }}
|
||||
with_items:
|
||||
- ca-certificates
|
||||
- dnsutils
|
||||
- git
|
||||
- htop
|
||||
|
@ -1,7 +0,0 @@
|
||||
---
|
||||
|
||||
- name: Install git
|
||||
apt: name=git
|
||||
|
||||
- name: Install ca-certificates
|
||||
apt: name=ca-certificates
|
@ -1,4 +0,0 @@
|
||||
---
|
||||
|
||||
dependencies:
|
||||
- { role: git }
|
Loading…
Reference in New Issue
Block a user