From 6330b969e555d0130484d385899e93841ca1616c Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Fri, 7 Jul 2017 08:35:59 +0300 Subject: [PATCH] - Corrected broken OpenBSD package installation. --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 71deeb9..e8fd848 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -20,7 +20,7 @@ - name: pkg install when: ansible_pkg_mgr == 'openbsd_pkg' openbsd_pkg: - name: collectd%5 + name: collectd-- state: present - name: Create configuration directory -- GitLab