ansible-collections / community.digitalocean

This Ansible collection contains modules for assisting in the automation of the DigitalOcean cloud.
https://galaxy.ansible.com/community/digitalocean/
GNU General Public License v3.0
140 stars 57 forks source link

inventory plugin declares options api_token / oauth_token twice #300

Closed felixfontein closed 1 year ago

felixfontein commented 1 year ago
SUMMARY

Tnventory plugin declares options api_token / oauth_token twice:

One should be removed (probably api_token from the inventory plugin's DOCUMENTATION; that requires that line 163 is changed to api_token = self._template_option("oauth_token")).

ISSUE TYPE
COMPONENT NAME

inventory plugin