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"
|
||||
update: true
|
||||
version: "main"
|
||||
force: true
|
||||
become: true
|
||||
register: git_result
|
||||
changed_when: git_result.changed
|
||||
@ -30,4 +31,4 @@
|
||||
recurse: true
|
||||
state: directory
|
||||
become: true
|
||||
when: mnt_services_check.rc == 0
|
||||
when: mnt_services_check.rc == 0
|
Loading…
x
Reference in New Issue
Block a user