reenable apt_repository tests in ubuntu 16.04

fixes #15718
This commit is contained in:
Robin Roth 2016-07-03 14:43:04 +02:00
parent 9e93f1c907
commit a5e394d23a

View file

@ -17,5 +17,5 @@
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
- include: 'apt.yml'
when: ansible_distribution in ('Ubuntu') and ansible_distribution_version|version_compare('16.04', '<')
when: ansible_distribution in ('Ubuntu')