mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-06-06 00:07:12 +00:00
Tweaking daisychain internals to allow get_url to modify the path destination when downloading to a directory.
Minor module refactoring.
This commit is contained in:
parent
46650cfcec
commit
0b891fc8fb
4 changed files with 90 additions and 146 deletions
|
|
@ -12,5 +12,5 @@
|
|||
- jquery.min.js
|
||||
- mobile/latest/jquery.mobile.min.js
|
||||
- ui/jquery-ui-git.css
|
||||
- name: Pass urlencoded name to CGI
|
||||
action: get_url url=http://example.com/name.cgi?name='${person}' dest=/tmp/test
|
||||
#- name: Pass urlencoded name to CGI
|
||||
# action: get_url url=http://example.com/name.cgi?name='${person}' dest=/tmp/test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue