Pass strings to git_config module rather than have implicit conversion

This avoids the following warning:

[WARNING]: The value 0 (type int) in a string field was converted to u'0' (type
If this does not look like what you expect, quote the entire value to
ensure it does not change.

Change-Id: Ifaf4035b2101f6921182c3d3275554c7e5f4cfa2
This commit is contained in:
Jonathan Rosser 2020-05-12 14:12:53 +01:00
parent 8280d1fe1e
commit 0eb03be4bb

View File

@ -17,7 +17,7 @@
git_config:
scope: system
name: pack.threads
value: 0
value: '0'
- name: Remove old key file(s) if found
file: