Quote strings in requirements

This commit is contained in:
Jason Rothstein 2019-11-24 20:06:25 -06:00
parent c0cac383c5
commit bd825da408

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'