Sorry this isn't a bug, just more a question about this collections return codes. I have the following code: ``` - name: Install Arch AUR packages using kewlfft.aur kewlfft.aur.aur: use: auto state: present name: "{{ AUR_packages }}" become: false register: AURout tags: - aur ``` is AURout just going to contain the standard ansible return values as documented here: https://docs.ansible.com/projects/ansible/latest/reference_appendices/common_return_values.html#common
Sorry this isn't a bug, just more a question about this collections return codes.
I have the following code:
is AURout just going to contain the standard ansible return values as documented here: https://docs.ansible.com/projects/ansible/latest/reference_appendices/common_return_values.html#common