Enable install of pre-reqs

This commit is contained in:
Jason Rothstein 2020-01-01 22:45:54 -06:00
parent 697f6cbce5
commit ed5a449371
2 changed files with 4 additions and 0 deletions

View File

@ -1,4 +1,7 @@
---
- name: ensure_ansible_prereq
src: git+https://git.fdragon.com/AnsibleRoles/ensure_ansible_prereq.git
version: master
- name: ensure_os_patch
src: git+https://git.fdragon.com/AnsibleRoles/ensure_os_patch.git
version: master

View File

@ -8,6 +8,7 @@
- name: 'Fetch service data'
service_facts:
roles:
- role: 'ensure_ansible_prereq'
- role: 'ensure_os_patch'
- role: 'ensure_repo_epel'
- role: 'ensure_repo_fdragon'