mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
Unquote urls in YAML - packaging (#5793)
This commit is contained in:
parent
e49667d94c
commit
8ae7d2dcc4
6 changed files with 12 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue