mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
fix digitalocean inventory tags endpoint (#46192)
This commit is contained in:
parent
dbc80f89ca
commit
aaa3b2dc2d
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ class DoManager:
|
|||
return resp['droplet']
|
||||
|
||||
def all_tags(self):
|
||||
resp = self.send('tags/')
|
||||
resp = self.send('tags')
|
||||
return resp['tags']
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue