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

pull/15561/head
Rene Moser 8 years ago
parent c20d1fced7
commit 39e4caafb2

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

Loading…
Cancel
Save