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