Ensure OS Patch

This commit is contained in:
Jason Rothstein 2019-11-21 21:34:13 -06:00
parent b043167c15
commit c0cac383c5
2 changed files with 4 additions and 0 deletions

View File

@ -5,4 +5,7 @@
- name: enable_rpmfusion
src: git+https://git.fdragon.com/AnsibleRoles/enable_rpmfusion.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_os_patch'
- role: 'enable_epel'
- role: 'enable_rpmfusion'