diff --git a/.travis.yml b/.travis.yml
index cf2d8cdeb597c91ea008ff87a318c100c0684f6a..5849002ab10132b0c1b76c7819bf902b823e33e8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,7 +10,6 @@ env:
     matrix:
         - TOXENV=pre-commit
         - TOXENV=openbsd60
-        - &openbsd59 TOXENV=openbsd59
         - TOXENV=xenial
         - TOXENV=trusty
         - TOXENV=precise
@@ -21,7 +20,6 @@ matrix:
     fast_finish: True
     allow_failures:
         - python: "3.5"
-        - env: *openbsd59
         - env: *stretch
         - env: *jessie
 cache:
diff --git a/molecule.yml b/molecule.yml
index da87f7ab5478d1327d485feece04da28bbc98e11..466e58a66438a249e608cda2788cd183a8bd0fee 100644
--- a/molecule.yml
+++ b/molecule.yml
@@ -22,8 +22,6 @@ vagrant:
   platforms:
   - name: openbsd60
     box: fnichol/openbsd-6.0-i386
-  - name: openbsd59
-    box: fnichol/openbsd-5.9-i386
   - name: xenial
     box: ubuntu/xenial32
   - name: trusty
diff --git a/tasks/main.yml b/tasks/main.yml
index b338f6be1c946fa4bc16b6952313bdea6ddc6967..0ab13c50f3aa88dc431f5b1d4f26744bb1db3bf9 100644
--- a/tasks/main.yml
+++ b/tasks/main.yml
@@ -5,4 +5,4 @@
   assert:
     that:
         - ansible_os_family in ['OpenBSD', 'Debian']
-        - ansible_distribution_release in ['xenial', 'trusty', 'precise', 'stretch', 'jessie', 'wheezy'] or ansible_distribution_version in ['6.0', '5.9']
+        - ansible_distribution_release in ['xenial', 'trusty', 'precise', 'stretch', 'jessie', 'wheezy'] or ansible_distribution_version in ['6.0']
diff --git a/tox.ini b/tox.ini
index 112a2649757d2e1ecf413c1e12b47f1bdfd031ce..cd0873a5e0615e8dc74819f9051557d358d1d392 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,7 +1,7 @@
 [tox]
 skip_install = True
 skipsdist = True
-envlist = openbsd60,openbsd59,xenial,trusty,precise,stretch,jessie,wheezy
+envlist = openbsd60,xenial,trusty,precise,stretch,jessie,wheezy
 
 [testenv]
 envdir = {toxinidir}/.tox