Add pyenv to FreeBSD.

This commit is contained in:
Tom Alexander
2023-03-06 15:44:33 -05:00
parent 32cf355a0b
commit 85e79844b7
4 changed files with 19 additions and 5 deletions

View File

@@ -1,3 +1,9 @@
- name: Install packages
package:
name:
- pyenv
state: present
- import_tasks: tasks/freebsd.yaml
when: 'os_flavor == "freebsd"'