From 868a4584a4819972f8bec99145a98e9c453043b1 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Thu, 2 Jun 2016 11:59:21 -0700 Subject: [PATCH] Remove the web_infrastructure modules from the py3 blacklist --- lib/ansible/modules/extras/.travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/ansible/modules/extras/.travis.yml b/lib/ansible/modules/extras/.travis.yml index 21a0637fc6c..00d5d0a3aea 100644 --- a/lib/ansible/modules/extras/.travis.yml +++ b/lib/ansible/modules/extras/.travis.yml @@ -128,9 +128,6 @@ env: system/selinux_permissive.py system/seport.py system/svc.py - web_infrastructure/deploy_helper.py - web_infrastructure/ejabberd_user.py - web_infrastructure/jira.py windows/win_unzip.py" before_install: - git config user.name "ansible"