From 8f5955fb4e23ca9d98e9f3817aeb6f86bd051234 Mon Sep 17 00:00:00 2001 From: nodiscc Date: Fri, 22 Sep 2023 18:06:04 +0000 Subject: [PATCH] use Ansible platform for all projects using ansible (#198) - remove YAML platform --- platforms/yaml.yml | 2 -- software/ansible-nas.yml | 2 +- software/debops.yml | 1 - software/xsrv.yml | 2 +- 4 files changed, 2 insertions(+), 5 deletions(-) delete mode 100644 platforms/yaml.yml diff --git a/platforms/yaml.yml b/platforms/yaml.yml deleted file mode 100644 index c79c60f0bf..0000000000 --- a/platforms/yaml.yml +++ /dev/null @@ -1,2 +0,0 @@ -name: YAML -description: "" \ No newline at end of file diff --git a/software/ansible-nas.yml b/software/ansible-nas.yml index 16c734fac9..576fa9f81a 100644 --- a/software/ansible-nas.yml +++ b/software/ansible-nas.yml @@ -4,7 +4,7 @@ description: Build a full-featured home server with this playbook and an Ubuntu licenses: - MIT platforms: - - YAML + - Ansible - Docker tags: - Self-hosting Solutions diff --git a/software/debops.yml b/software/debops.yml index f74eebae16..81be7dd3e7 100644 --- a/software/debops.yml +++ b/software/debops.yml @@ -4,7 +4,6 @@ description: Your Debian-based data center in a box. A set of general-purpose An licenses: - GPL-3.0 platforms: - - YAML - Ansible - Python tags: diff --git a/software/xsrv.yml b/software/xsrv.yml index 5162abd5f2..fe831fcac3 100644 --- a/software/xsrv.yml +++ b/software/xsrv.yml @@ -4,8 +4,8 @@ description: Install and manage self-hosted services/applications, on your own s licenses: - GPL-3.0 platforms: - - Shell - Ansible + - Shell tags: - Self-hosting Solutions source_code_url: https://github.com/nodiscc/xsrv