From 0e353e74abc6d49df73a901320e729000793fc8f Mon Sep 17 00:00:00 2001 From: Marcin Praczko Date: Thu, 21 Nov 2024 05:41:38 +0100 Subject: [PATCH] Add alternative version of installing goss from ansible (#995) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fe18d0fc..f9e09907 100644 --- a/README.md +++ b/README.md @@ -315,6 +315,7 @@ Full list of available Json schema validators can be found in * [goss-ansible](https://github.com/indusbox/goss-ansible) - Ansible module for Goss. * [degoss](https://github.com/naftulikay/ansible-role-degoss) - Ansible role for installing, running, and removing Goss in a single go. +* [ansible-goss-install](https://github.com/marcinpraczko/ansible-goss-install) - Ansible role for installing Goss (option for install as user or root) * [kitchen-goss](https://github.com/ahelal/kitchen-goss) - A test-kitchen verifier plugin for Goss. * [goss-fpm-files](https://github.com/deanwilson/unixdaemon-fpm-cookery-recipes) - Might be useful for building goss system packages. * [packer-provisioner-goss](https://github.com/YaleUniversity/packer-provisioner-goss) - A packer plugin to run Goss as a provision step.