--- # Get the latest code - name: Git checkout git: repo: '{{ git_repo }}' dest: '{{ remote_code_path }}' version: '{{ branch_name }}' force: yes