Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ansible-doc aur error about dictionary element length #55

Merged
merged 1 commit into from
Apr 3, 2021

Conversation

Terseus
Copy link
Contributor

@Terseus Terseus commented Apr 3, 2021

Fixes the following error when running ansible-doc aur:

ERROR! Unable to retrieve documentation from 'aur' due to: dictionary
update sequence element #0 has length 1; 2 is required

It was because the helper value in the RETURN section was missing
the description key.

Fixes the following error when running `ansible-doc aur`:

```
ERROR! Unable to retrieve documentation from 'aur' due to: dictionary
update sequence element #0 has length 1; 2 is required
```

It was because the `helper` value in the `RETURN` section was missing
the `description` key.
@kewlfft kewlfft merged commit dc101ae into kewlfft:master Apr 3, 2021
@Terseus Terseus deleted the bugfix/ansible-doc-2.10-fix branch April 3, 2021 10:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants