mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Fix pull test on FreeBSD with Python 3.x. (#54565)
This commit is contained in:
@@ -4,3 +4,8 @@
|
||||
package:
|
||||
name: git
|
||||
when: ansible_distribution != "MacOSX"
|
||||
register: git_install
|
||||
- name: save install result
|
||||
copy:
|
||||
content: '{{ git_install }}'
|
||||
dest: '{{ lookup("env", "OUTPUT_DIR") }}/git_install.json'
|
||||
|
||||
Reference in New Issue
Block a user