6 lines
94 B
YAML
6 lines
94 B
YAML
|
- name: remove git fromn FreeBSD
|
||
|
pkgng:
|
||
|
name: git
|
||
|
state: absent
|
||
|
autoremove: yes
|