git.yml 75 Bytes
---
# 安裝Git
- name: "安裝Git"
  apt:
    name: git
    state: present