mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 14:22:46 +00:00
fix digitalocean inventory tags endpoint (#46192)
This commit is contained in:
@@ -221,7 +221,7 @@ class DoManager:
|
|||||||
return resp['droplet']
|
return resp['droplet']
|
||||||
|
|
||||||
def all_tags(self):
|
def all_tags(self):
|
||||||
resp = self.send('tags/')
|
resp = self.send('tags')
|
||||||
return resp['tags']
|
return resp['tags']
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user