diff options
Diffstat (limited to 'roles/update/tasks')
-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"] |