summaryrefslogtreecommitdiff
path: root/tests/remote/test_remote_action_modules.py
diff options
context:
space:
mode:
authorTobias Henkel <tobias.henkel@bmw.de>2019-01-19 18:06:56 +0100
committerTobias Henkel <tobias.henkel@bmw.de>2019-03-15 09:09:50 +0100
commitfed4d627ced02c87988652959dce14106f1d4bc6 (patch)
tree7ec5092bfdb8e0e94ea358a41fba0d8b6872d7cc /tests/remote/test_remote_action_modules.py
parent6504f24caab4cda0372f50e1f3dd0c873ca91b22 (diff)
downloadzuul-fed4d627ced02c87988652959dce14106f1d4bc6.tar.gz
Support ansible 2.7
We should keep up with recent ansible versions so support 2.7. Change-Id: Ic4234784f104690d72cfac71e09ecd170ccce1b5
Diffstat (limited to 'tests/remote/test_remote_action_modules.py')
-rw-r--r--tests/remote/test_remote_action_modules.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/remote/test_remote_action_modules.py b/tests/remote/test_remote_action_modules.py
index 086ecb603..64c802388 100644
--- a/tests/remote/test_remote_action_modules.py
+++ b/tests/remote/test_remote_action_modules.py
@@ -215,3 +215,7 @@ class TestActionModules25(AnsibleZuulTestCase):
class TestActionModules26(TestActionModules25):
ansible_version = '2.6'
+
+
+class TestActionModules27(TestActionModules25):
+ ansible_version = '2.7'