mirror of https://github.com/ansible/ansible.git
Fix git test on FreeBSD with Python 3.x.
parent
2434abaaf7
commit
2a9e6e4282
@ -0,0 +1,11 @@
|
|||||||
|
- name: remove git
|
||||||
|
package:
|
||||||
|
name: git
|
||||||
|
state: absent
|
||||||
|
|
||||||
|
- name: remove git from FreeBSD
|
||||||
|
pkgng:
|
||||||
|
name: git
|
||||||
|
state: absent
|
||||||
|
autoremove: yes
|
||||||
|
when: ansible_distribution == "FreeBSD"
|
||||||
Loading…
Reference in New Issue