Unquote urls in YAML - packaging (#5793)

This commit is contained in:
Fabio Alessandro Locati 2016-12-02 15:27:54 +00:00 committed by Matt Clay
commit 8ae7d2dcc4
6 changed files with 12 additions and 12 deletions

View file

@ -183,7 +183,7 @@ EXAMPLES = '''
- name: install the nginx rpm from a remote repo
yum:
name: 'http://nginx.org/packages/centos/6/noarch/RPMS/nginx-release-centos-6-0.el6.ngx.noarch.rpm'
name: http://nginx.org/packages/centos/6/noarch/RPMS/nginx-release-centos-6-0.el6.ngx.noarch.rpm
state: present
- name: install nginx rpm from a local file