ansible-host: Install configured git
This commit is contained in:
parent
55c127d7fd
commit
b06b09d054
2 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,5 @@
|
|||
---
|
||||
dependencies:
|
||||
- {role: epel-repo}
|
||||
- {role: git/client}
|
||||
- {role: nginx/server}
|
||||
|
|
|
@ -10,7 +10,6 @@
|
|||
state: installed
|
||||
with_items:
|
||||
- ansible
|
||||
- git
|
||||
- python3-netaddr # required by iptables role
|
||||
|
||||
- name: create private directory and force permissions
|
||||
|
|
Loading…
Add table
Reference in a new issue