--- - name: OSC Checkout command: "osc checkout {{ item }}" args: chdir: "{{ stx_pkg_tmpdir.path }}" with_items: "{{ sorted_dirs }}" - name: Detach branch command: "osc detachbranch" args: chdir: "{{ stx_pkg_tmpdir.path }}/{{ item }}" with_items: "{{ sorted_dirs }}"