mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
tests, apt_repository: disable Ubuntu 16.04 as there is no package yet
This commit is contained in:
@@ -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', '<')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user