The inventory plugin itself declares api_token with alias oauth_token;
The community.digitalocean.digital_ocean docs fragment declares oauth_token with alias api_token.
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")).
SUMMARY
Tnventory plugin declares options
api_token
/oauth_token
twice:api_token
with aliasoauth_token
;community.digitalocean.digital_ocean
docs fragment declaresoauth_token
with aliasapi_token
.One should be removed (probably
api_token
from the inventory plugin'sDOCUMENTATION
; that requires that line 163 is changed toapi_token = self._template_option("oauth_token")
).ISSUE TYPE
COMPONENT NAME
inventory plugin