mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 05:42:50 +00:00
Fix git test on FreeBSD with Python 3.x.
This commit is contained in:
@@ -12,6 +12,9 @@
|
||||
package:
|
||||
name: git
|
||||
when: ansible_distribution != "MacOSX"
|
||||
notify:
|
||||
- remove git
|
||||
- remove git from FreeBSD
|
||||
|
||||
- name: SETUP | verify that git is installed so this test can continue
|
||||
shell: which git
|
||||
|
||||
Reference in New Issue
Block a user