feat: add force option to git module in server.yml for repository updates
Some checks failed
Nix Format Check / check-format (push) Failing after 38s
Some checks failed
Nix Format Check / check-format (push) Failing after 38s
This commit is contained in:
parent
f03a028741
commit
53aca071e4
@ -18,6 +18,7 @@
|
|||||||
dest: "/mnt/services"
|
dest: "/mnt/services"
|
||||||
update: true
|
update: true
|
||||||
version: "main"
|
version: "main"
|
||||||
|
force: true
|
||||||
become: true
|
become: true
|
||||||
register: git_result
|
register: git_result
|
||||||
changed_when: git_result.changed
|
changed_when: git_result.changed
|
||||||
@ -30,4 +31,4 @@
|
|||||||
recurse: true
|
recurse: true
|
||||||
state: directory
|
state: directory
|
||||||
become: true
|
become: true
|
||||||
when: mnt_services_check.rc == 0
|
when: mnt_services_check.rc == 0
|
Loading…
x
Reference in New Issue
Block a user