networktocode / fortimanager-ansible

Ansible Modules to manage Fortinet FortiManager
Other
65 stars 34 forks source link

Fix the issue #68 (ImportError: cannot import name return_values). #71

Closed ghost closed 5 years ago

ghost commented 5 years ago

This pull request fixes the issue #68 (ImportError: cannot import name return_values).

The issue happened because the method "return_values" has been removed from Ansible.

jmcgill298 commented 5 years ago

@Asher256 thanks for this PR. I got a chance to look into the issue today, and I would rather do something closer to what I have started in #72 I will keep this open until a final solution is merged.

jmcgill298 commented 5 years ago

72