git: remove role, integrate into common
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
ea4f70a483
commit
3582e84b09
@ -3,6 +3,7 @@
|
|||||||
- name: Install misc software
|
- name: Install misc software
|
||||||
apt: name={{ item }}
|
apt: name={{ item }}
|
||||||
with_items:
|
with_items:
|
||||||
|
- ca-certificates
|
||||||
- dnsutils
|
- dnsutils
|
||||||
- git
|
- git
|
||||||
- htop
|
- 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