Skip to content

Commit

Permalink
Actually returns task id
Browse files Browse the repository at this point in the history
  • Loading branch information
lhellebr committed Jun 23, 2023
1 parent a0f54c4 commit 78efef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nailgun/entities.py
Original file line number Diff line number Diff line change
Expand Up @@ -4893,7 +4893,7 @@ def play_ansible_roles(self, synchronous=True, timeout=None, **kwargs):
:param timeout: Maximum number of seconds to wait until timing out.
Defaults to ``nailgun.entity_mixins.TASK_TIMEOUT``.
:param kwargs: Arguments to pass to requests.
:returns: The server's response, with all content decoded.
:returns: Ansible task id
:raises: ``requests.exceptions.HTTPError`` If the server responds with
an HTTP 4XX or 5XX message.
Expand Down

0 comments on commit 78efef2

Please sign in to comment.