tests, apt_repository: disable Ubuntu 16.04 as there is no package yet

This commit is contained in:
Rene Moser 2016-04-30 00:30:18 +02:00
parent c20d1fced7
commit 39e4caafb2

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')
when: ansible_distribution in ('Ubuntu') and ansible_distribution_version|version_compare('16.04', '<')