From cc398e29036638fe9a67998dff9ac1ba109067b0 Mon Sep 17 00:00:00 2001 From: surtur Date: Thu, 8 Jul 2021 13:39:22 +0200 Subject: [PATCH] repo: use '--force-sync' --- roles/losprep/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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