aboutsummaryrefslogtreecommitdiffstats
path: root/roles
diff options
context:
space:
mode:
authorbinary <me@rgoncalves.se>2020-08-26 10:17:48 +0200
committerbinary <me@rgoncalves.se>2020-08-26 10:17:48 +0200
commit52f72d2b604c25fc743496160746ceb273370d2d (patch)
treed8987d7103ec474acb2c264baf46821624d3955c /roles
parent063a3c1fd7e825bcd9e8ba00163b1655d2af54d8 (diff)
downloadinfrastructure-52f72d2b604c25fc743496160746ceb273370d2d.tar.gz
syspatch for openbsd hosts
Diffstat (limited to 'roles')
-rw-r--r--roles/update/tasks/main.yml4
1 files changed, 4 insertions, 0 deletions
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"]
remember that computers suck.