Ensure git is present to git checkouts work...

This commit is contained in:
Jason Rothstein 2021-10-26 23:09:00 -05:00
parent 394574d6b6
commit 18b6cd938a

View File

@ -1,6 +1,8 @@
---
# vars file for ensure_apache
package_list:
- name: 'git'
state: 'present'
- name: 'httpd'
state: 'present'
- name: 'httpd-filesystem'