Is there a way to set the --start-at-task option for a Template/Job?
We have playbooks with 200+ tasks, which occasionally fails (normal) due to poor connectivity to field iot devices. The poor connectivity also make the execution very long (40min). In ansible we cache facts along the way, so we can start back at any task, but not sure how to start execution where it failed using AWX.
You raise a valid point. Job templates support selecting tags, but do not support the --start-at-task option. The job template options roughly correspond to the options for ansible-playbook, but this was just never added. You could file an issue for enhancement in AWX. Someone could hypothetically contribute the feature.