diff --git a/roles/losprep/tasks/main.yml b/roles/losprep/tasks/main.yml index ed4ff88..9caab3c 100644 --- a/roles/losprep/tasks/main.yml +++ b/roles/losprep/tasks/main.yml @@ -55,7 +55,7 @@ . ~/.profile cd ~/android/lineage repo init -u https://github.com/LineageOS/android.git -b "{{losbranch}}" && - repo sync + repo sync --force-sync args: executable: /usr/bin/bash