Skip to content

Commit

Permalink
Adding support for url_param_only
Browse files Browse the repository at this point in the history
  • Loading branch information
rambleraptor authored and modular-magician committed Jan 28, 2019
1 parent 70e67b6 commit 961f27f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/ansible/resource.erb
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ def resource_to_request(module):
properties_in_request = [
object&.parameters&.select { |p| p.input },
object.properties.reject(&:output)
].flatten.compact
].reject(&:url_param_only).flatten.compact
-%>
<%
request_hash = {
Expand Down

0 comments on commit 961f27f

Please sign in to comment.