mirror of
https://github.com/kewlfft/ansible-aur.git
synced 2025-12-04 19:48:56 +03:00
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.