Hi, this is my first time on this forum, and want to start off by saying thank you for having it! I’ve been using Ansible for a few years, but am new to AWX. With Ansible, I often will use the --start-at-task option in the command line to start at a specific task in a playbook. I’m looking for a way to use that with AWX. I don’t see it anywhere. I’ve seen people suggest using tags instead, and correct me if I’m wrong, but when using tags, doesn’t only the tasks that have the tag get ran? The nice thing about “–start-at-task” is that it will start at a task and just keep running to the end. I don’t want to have to tag every subsequent task in order to make it run. I appreciate any thoughts or suggestions given.
Thanks