From e4ea364ec835b8e995c25f2c7f4d167361cd773c Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Fri, 7 Jul 2017 00:14:51 +0300 Subject: [PATCH] - Corrected broken package installation on OpenBSD. --- tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index 82c4a99..61e5965 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -22,7 +22,7 @@ - name: pkg install when: ansible_pkg_mgr == 'openbsd_pkg' openbsd_pkg: - name: nginx%1 + name: nginx-- state: present - name: Alias emails to root -- GitLab