I am writing a book. My workflow is as follows:
If the tutorial is long enough, it takes a long time to start the game. Is there a way to run only the last (unsuccessful) task? or Can you suggest another way to speed up the process of creating playlists?
You can use the --start-at-task ansible-playbook
--start-at-task
ansible-playbook
--start-at-task=START_AT start the playbook at the task matching this name
Another option is to use the --step parameter, which allows you to go through the --step and decide what to do.
--step