Hi,
Often, running part of the role using --tags or --start-at-task I need information gathered by previous tasks.
I thought that gathering information e.g. all available gpg keys should not be task but part of ‘gathering facts’.
I’ve already read about tag ‘always’ and probably I can use it to design my role to gather ‘facts’ even when --tags is present.
However, can I somehow ‘register’ gathering additional information by the role and access them later making it every time regardless of --tags or --start-at-task?
Regards,
Jan