Quote strings in requirements
This commit is contained in:
parent
c0cac383c5
commit
bd825da408
@ -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'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user