diff options
-rw-r--r-- | roles/update/tasks/_openbsd.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roles/update/tasks/_openbsd.yml b/roles/update/tasks/_openbsd.yml index 9f0c1c5..465ee36 100644 --- a/roles/update/tasks/_openbsd.yml +++ b/roles/update/tasks/_openbsd.yml @@ -5,6 +5,7 @@ - name: apply binary patches shell: syspatch + when: ansible_distribution_release != "current" - name: cleanup unused packages shell: pkg_delete -Iac |