From f12fa557a668505ce56e1629c5999cd851c62a3a Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Mon, 3 Oct 2022 17:01:28 +0200 Subject: [PATCH] Disable cowsay on ansible --- dot_config/fish/private_config.fish.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/dot_config/fish/private_config.fish.tmpl b/dot_config/fish/private_config.fish.tmpl index 1f020c8..0213db3 100644 --- a/dot_config/fish/private_config.fish.tmpl +++ b/dot_config/fish/private_config.fish.tmpl @@ -23,6 +23,7 @@ set -gx PYPI_TOKEN {{ (bitwardenFields "item" "PyPi").token.value | quote }} set -gx POETRY_PYPI_TOKEN_PYPI $PYPI_TOKEN set -gx POETRY_HTTP_BASIC_PYPI_USERNAME $PYPI_USERNAME set -gx POETRY_HTTP_BASIC_PYPI_PASSWORD $PYPI_TOKEN +set -gx ANSIBLE_NOCOWS 1 set -gx GITEA_TOKEN {{ (bitwardenFields "item" "git.augendre.info").fish_config_token.value | quote }}