reenable apt_repository tests in ubuntu 16.04

fixes #15718
pull/16562/head
Robin Roth 8 years ago
parent 9e93f1c907
commit a5e394d23a

@ -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')

Loading…
Cancel
Save