Remove quotes from requirements.yml

This commit is contained in:
Jason Rothstein 2019-11-25 01:41:57 -06:00
parent f620ee454e
commit 1f9ed5ccfa

View File

@ -1,11 +1,11 @@
---
- name: 'enable_epel'
src: 'git+https://git.fdragon.com/AnsibleRoles/enable_epel.git'
version: 'master'
- 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'
- name: enable_epel
src: git+https://git.fdragon.com/AnsibleRoles/enable_epel.git
version: master
- 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