Add git to dependencies for installing Browbeat on RHEL/CentOS

git is not pre-installed on all variants/flavors of RHEL/CentOS.
Install it to ensure we can clone the Browbeat repo.

Change-Id: I32c74e9348f0b1e216eb850828a6d16751463de2
This commit is contained in:
Jakub Sitnicki 2018-03-02 16:05:29 +01:00
parent f5f9dcef23
commit 09fb422704
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
with_items:
- gcc
- gcc-c++
- git
- libffi-devel
- libsemanage-python
- openssl-devel