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

(cherry picked from commit 39e4caafb2)
This commit is contained in:
Rene Moser 2016-04-30 00:30:18 +02:00 committed by Matt Clay
parent 8b3ce600d0
commit d14b29efc2

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