Re: [ansible-devel] Combination of serial and start-at-task

2022-09-12 Thread Andrew Latham
I would have to dig in but it looks like you might be getting a ` play_context.start_at_task = None` and this sounds like a great test to add. On Thu, Sep 8, 2022 at 9:00 AM Henk Wiedig wrote: > Hi everyone ! > I have a question regarding the combination of serial and start-at-task. > Consider t

[ansible-devel] Combination of serial and start-at-task

2022-09-08 Thread Henk Wiedig
Hi everyone ! I have a question regarding the combination of serial and start-at-task. Consider the follwoing play: --- - name: "play" hosts: all serial: 1 gather_facts: no tasks: - name: task 1 debug: msg: "Hello from task 1" - name: task 2 debug: