aboutsummaryrefslogtreecommitdiffstats
path: root/roles/update/tasks/_openbsd.yml
diff options
context:
space:
mode:
authorRomain Gonçalves <me@rgoncalves.se>2021-05-06 20:55:03 +0200
committerRomain Gonçalves <me@rgoncalves.se>2021-05-06 20:55:03 +0200
commit22126073344e60c405d086df37b64da0c6d3c086 (patch)
tree0dacb2eb5736f64256d6fccc671d8243f915f6f1 /roles/update/tasks/_openbsd.yml
parentf1c879a4e620038369b102603c5b213f9538a708 (diff)
downloadold-infrastructure-22126073344e60c405d086df37b64da0c6d3c086.tar.gz
roles/update: Ignore current version for openbsd
Diffstat (limited to 'roles/update/tasks/_openbsd.yml')
-rw-r--r--roles/update/tasks/_openbsd.yml1
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
remember that computers suck.