7 lines
151 B
YAML
7 lines
151 B
YAML
# SPDX-License-Identifier: MIT-0
|
|
---
|
|
# handlers file for bootstrap
|
|
- name: Postinstall set-up of git
|
|
ansible.builtin.import_tasks:
|
|
file: git.yml
|