From 52f72d2b604c25fc743496160746ceb273370d2d Mon Sep 17 00:00:00 2001 From: binary Date: Wed, 26 Aug 2020 10:17:48 +0200 Subject: syspatch for openbsd hosts --- roles/update/tasks/main.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'roles/update') diff --git a/roles/update/tasks/main.yml b/roles/update/tasks/main.yml index 9783926..4cd3541 100644 --- a/roles/update/tasks/main.yml +++ b/roles/update/tasks/main.yml @@ -22,3 +22,7 @@ name: "*" state: latest +- name: Applying syspatch for openbsd machines + syspatch: + apply: true + when: inventory_hostname in groups["openbsd"] -- cgit v1.2.3