diff options
author | binary <me@rgoncalves.se> | 2020-08-26 10:17:48 +0200 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2020-08-26 10:17:48 +0200 |
commit | 52f72d2b604c25fc743496160746ceb273370d2d (patch) | |
tree | d8987d7103ec474acb2c264baf46821624d3955c /roles/update | |
parent | 063a3c1fd7e825bcd9e8ba00163b1655d2af54d8 (diff) | |
download | infrastructure-52f72d2b604c25fc743496160746ceb273370d2d.tar.gz |
syspatch for openbsd hosts
Diffstat (limited to 'roles/update')
-rw-r--r-- | roles/update/tasks/main.yml | 4 |
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"] |