diff --git a/tasks/repo_post_install.yml b/tasks/repo_post_install.yml index 465d6cd..fed16db 100644 --- a/tasks/repo_post_install.yml +++ b/tasks/repo_post_install.yml @@ -13,6 +13,12 @@ # See the License for the specific language governing permissions and # limitations under the License. +- name: Enable git automatic thread count detection + git_config: + scope: system + name: pack.threads + value: 0 + - name: Remove old key file(s) if found file: path: "{{ item }}"