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