--- - debug: msg: "Seite: {{item.name}}" - command: whoami register: whoami changed_when: false - debug: msg="{{ whoami.stdout }}" - name: "DIR" file: path: "/srv/intern" state: directory owner: "ruby" group: "ruby" - name: Clone GIT become_user: "ruby" git: repo: "{{item.git.repo}}" dest: "{{item.git.dest}}"