diff options
author | Romain Gonçalves <me@rgoncalves.se> | 2021-05-06 20:55:03 +0200 |
---|---|---|
committer | Romain Gonçalves <me@rgoncalves.se> | 2021-05-06 20:55:03 +0200 |
commit | 22126073344e60c405d086df37b64da0c6d3c086 (patch) | |
tree | 0dacb2eb5736f64256d6fccc671d8243f915f6f1 /roles/update | |
parent | f1c879a4e620038369b102603c5b213f9538a708 (diff) | |
download | infrastructure-22126073344e60c405d086df37b64da0c6d3c086.tar.gz |
roles/update: Ignore current version for openbsd
Diffstat (limited to 'roles/update')
-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 |