-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels