Fix pull test on FreeBSD with Python 3.x. (#54565)

This commit is contained in:
Matt Clay
2019-03-28 16:23:16 -07:00
committed by GitHub
parent 2a9e6e4282
commit 5eb9fa90f4
3 changed files with 25 additions and 0 deletions

View File

@@ -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'