Comment 1 for bug 1910418

Revision history for this message
Sofer Athlan-Guyot (sofer-athlan-guyot) wrote :

Fun facts.

if you have this

  upgrade_tasks:
    - block:
        - name: funny
          when: 1 == 1
          shell: "bar --like foo"
      when: 0 == 0

then it works because " -" is seen as the beginning of a new task and reset counters.