Re: [ansible-devel] Reversible include_tasks - A feature for Ansible

2021-11-06 Thread Tim Eisler
Done. Reversible include_tasks · Issue #201 · ansible/proposals (github.com) Thanks Tim On Saturday, November 6, 2021 at 4:26:46 PM UTC-5 Felix Fontein wrote: > Hi Tim, > > it might be a good idea to create an issue in > https://github.com/ansi

Re: [ansible-devel] Reversible include_tasks - A feature for Ansible

2021-11-06 Thread 'Felix Fontein' via Ansible Development
Hi Tim, it might be a good idea to create an issue in https://github.com/ansible/proposals/ for this. That might also give your proposal a bit more visibility. Best, Felix On Sat, 6 Nov 2021 14:12:48 -0700 (PDT) Tim Eisler wrote: > Hello. > > I have added a feature to my fork that allows a

[ansible-devel] Reversible include_tasks - A feature for Ansible

2021-11-06 Thread Tim Eisler
Hello. I have added a feature to my fork that allows a task file to be shared by a block and a rescue but to run the tasks in reverse order in rescue to achieve an undo. I did this because it was a great exercise to study Ansible and the Python code that makes it work, and maybe the feature i