From 7515deb5669ef04623e9cbf58653b30c99a96430 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Thu, 20 Aug 2020 10:39:34 -0700 Subject: [PATCH] add ansible install command --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fad220ef..81b552f0 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,7 @@ pip3 install jc | Guix System linux | `guix install jc` | | MacOS | `brew install jc` | | FreeBSD | `portsnap fetch update && cd /usr/ports/textproc/py-jc && make install clean` | +| Ansible filter plugin | `ansible-galaxy collection install community.general` | > For more packages and binaries, see https://kellyjonbrazil.github.io/jc-packaging/.