Debian upgrade instructions<http://www.debian.org/releases/stable/i386/release-notes/ch-upgrading.html>contain very useful advice - record shell session of upgrade process with screen:
It is strongly recommended that you use the */usr/bin/script* program to > record a transcript of the upgrade session. Then if a problem occurs, you > will have a log of what happened, and if needed, can provide exact > information in a bug report. To start the recording, type: > # script -t 2>~/upgrade-wheezy*step*.time -a ~/upgrade-wheezy*step*.script Is it possible to record invisible Ansible session in the same way? That would be a killer feature that help people to understand how certain playbook work and enhance Ansible on the way. Why I think it is possible? Because Ansible uses only SSH only, and everything you type in SSH can be recorded. -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
