Where is the documentation for register projections and "_task"?

I know I’ve seen documentation for this somewhere, and I just did a series of web searches with different keywords and I cannot find it anywhere.

I’m looking for how to use register projections, using _task in conditionals to avoid needing register, all of these nice features that are in core 2.21, but I can’t figure out how to find the docs anymore and I don’t remember where I saw this.

The only reference I can find now is in the Ansible 14 porting guide (the core 2.21 porting guide is just empty, even in devel)

How about this?

And some forum discussion here also:

hey @briantist those docs are unmerged as yet. this was the initial PR to add them: Document register projection functionality by pkingstonxyz · Pull Request #3581 · ansible/ansible-documentation · GitHub

that was closed last week in favour of Document register projections by pkingstonxyz · Pull Request #3752 · ansible/ansible-documentation · GitHub

I’ve done a few reviews of the content and tried to help with some of the examples. I’m sure it’d be useful and well received to get some more feedback if you’d like to dip your toe into that PR…

you can find the PR preview build of those docs here too btw: Ansible Core Documentation — Ansible Core Documentation

thank you! That might be what I saw before

Perfect thanks! Glad to see they are in progress, I’ll subscribe to that PR

Hey, I’m the author of the current docs PR. It’s been a bit slow to get reviews on that PR but it’s being worked on. Please do raise questions, concerns, comments, etc. either on the open PR Document register projections by pkingstonxyz · Pull Request #3752 · ansible/ansible-documentation · GitHub or just reply in this thread if it seems unclear/you need more examples and I’ll try and help!

thank you! I think I’m ok with the bits of documentation I’ve seen around so I’m not looking for any new examples or anything, this came up for me when trying to tell my coworkers about it and realizing I couldn’t find anything to link to :sweat_smile: