diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c65b05f..7038bfb 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,8 +18,6 @@ jobs: fail-fast: false matrix: include: - - image: geerlingguy/docker-debian10-ansible:latest - command: /lib/systemd/systemd - image: geerlingguy/docker-debian11-ansible:latest command: /lib/systemd/systemd - image: geerlingguy/docker-ubuntu2004-ansible:latest diff --git a/README.md b/README.md index 64ba177..443d4d9 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ policies. Additionally we will focus on supporting the latest two stable releases of each, which at the time of writing are as follows: * CentOS 7.x -* Debian 10 or later +* Debian 11 * Ubuntu 20.04 LTS or later * AlmaLinux 8.x or later * RockyLinux 8.x or later diff --git a/meta/main.yml b/meta/main.yml index 56d5d9d..3825d8a 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -15,7 +15,6 @@ galaxy_info: - "9" - name: Debian versions: - - buster - bullseye - name: Ubuntu versions: diff --git a/requirements.yml b/requirements.yml index e771f65..db940e5 100644 --- a/requirements.yml +++ b/requirements.yml @@ -1,16 +1,16 @@ --- roles: - name: inmotionhosting.apache - version: "2.3.0" + version: "3.0.0" - name: inmotionhosting.mysql version: "2.3.0" - name: inmotionhosting.nginx_proxy - version: "2.7.0" + version: "3.0.1" - name: inmotionhosting.php_fpm - version: "2.6.0" + version: "3.0.0" - name: inmotionhosting.redis version: "2.3.0"