Skip to content

Commit

Permalink
Update query_graphql.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jvanderaa authored Sep 16, 2021
1 parent c2da247 commit c0e37fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/action/query_graphql.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def nautobot_action_graphql(args):
raise AnsibleError("validate_certs must be a boolean")

update_hostvars = args.get("update_hostvars", False)
Display().vv("Update hostvars is set to: %s" % update_hostvars) # nosec
Display().vv("Update hostvars is set to: %s" % update_hostvars) # nosec

# Verify SSL Verify is of boolean
if not isinstance(update_hostvars, bool):
Expand Down

0 comments on commit c0e37fb

Please sign in to comment.