imfreedom/ansible

Fix teamcity dependencies on openbsd

18 months ago, Gary Kramlich
beb4ff23b722
Parents a55390536e25
Children 78711e92650d
Fix teamcity dependencies on openbsd
--- a/roles/teamcity/tasks/dependencies.yml Tue Aug 23 16:30:03 2022 -0500
+++ b/roles/teamcity/tasks/dependencies.yml Thu Oct 06 22:31:16 2022 -0500
@@ -16,7 +16,7 @@
when: ansible_system == "FreeBSD"
- name: install openbsd dependencies
openbsd_pkg:
- name: unzip-6.0p14
+ name: unzip--
state: present
when: ansible_system == "OpenBSD"