Add git clients to ensure_apache works

This commit is contained in:
Jason Rothstein 2022-06-05 16:00:58 -05:00
parent ceabc6ddd6
commit 2bd5100ba9
2 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,9 @@ roles:
- name: 'ensure_dovecot' - name: 'ensure_dovecot'
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_dovecot.git' src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_dovecot.git'
version: 'master' version: 'master'
- name: 'ensure_git'
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_git.git'
version: 'master'
- name: 'ensure_log_rotation' - name: 'ensure_log_rotation'
src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_log_rotation.git' src: 'git+https://git.fdragon.com/AnsibleRoles/ensure_log_rotation.git'
version: 'master' version: 'master'

View File

@ -17,6 +17,7 @@
hosts: 'http' hosts: 'http'
gather_facts: 'yes' gather_facts: 'yes'
roles: roles:
- role: 'ensure_git'
- role: 'ensure_apache' - role: 'ensure_apache'
- name: 'mariadb' - name: 'mariadb'
hosts: 'mariadb' hosts: 'mariadb'