From dac00ef476b13676fb97f497858ab5c06739d84a Mon Sep 17 00:00:00 2001 From: Tobias Trabelsi Date: Tue, 5 Oct 2021 22:08:07 +0200 Subject: [PATCH] drop debian support --- .drone.yml | 9 --------- meta/main.yml | 4 +--- 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/.drone.yml b/.drone.yml index 078c9d4..f591019 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,15 +23,6 @@ steps: - push - pull_request - - name: test-debian10 - image: lerentis/ansible:debian-10 - commands: - - ansible-galaxy collection install community.general - - ansible-playbook -i tests/inventory tests/test-playbook.yml --syntax-check - - ansible-playbook -i tests/inventory tests/test-playbook.yml -e "ci_run=yes" --skip-tags "daemon" - depends_on: - - "prepare_workspace" - - name: test-ubuntu16 image: lerentis/ansible:ubuntu-16.04 commands: diff --git a/meta/main.yml b/meta/main.yml index 2fa3da9..9f2924c 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -10,9 +10,7 @@ galaxy_info: - name: CentOS versions: - 8 - - name: Debian - versions: - - 10 + - 7 - name: Ubuntu version: - 16.04