---
# git on alpine

- name: (alp) installing git
  community.general.apk:
    name: git
    state: present
    update_cache: true
  become: true