Add fdragon repo

This commit is contained in:
Jason Rothstein 2019-12-30 20:26:09 -06:00
parent 5fb27c33dd
commit 697f6cbce5
2 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,9 @@
- name: ensure_repo_epel
src: git+https://git.fdragon.com/AnsibleRoles/ensure_repo_epel.git
version: master
- name: ensure_repo_fdragon
src: git+https://git.fdragon.com/AnsibleRoles/ensure_repo_fdragon.git
version: master
- name: ensure_repo_rpmfusion
src: git+https://git.fdragon.com/AnsibleRoles/ensure_repo_rpmfusion.git
version: master

View File

@ -10,5 +10,6 @@
roles:
- role: 'ensure_os_patch'
- role: 'ensure_repo_epel'
- role: 'ensure_repo_fdragon'
- role: 'ensure_repo_rpmfusion'