From c3ec92a13fe051142ab23d8a5521ab18115bd5dd Mon Sep 17 00:00:00 2001 From: David Peter Date: Sun, 7 Jun 2020 22:55:32 +0200 Subject: [PATCH] Remove outdated Ansible installation method --- README.md | 28 ---------------------------- 1 file changed, 28 deletions(-) diff --git a/README.md b/README.md index b1c1a9be..23783c11 100644 --- a/README.md +++ b/README.md @@ -324,34 +324,6 @@ docker pull danlynn/bat alias bat='docker run -it --rm -e BAT_THEME -e BAT_STYLE -e BAT_TABS -v "$(pwd):/myapp" danlynn/bat' ``` -### Via Ansible - -You can install `bat` with [Ansible](https://www.ansible.com/): - -```bash -# Install role on local machine -ansible-galaxy install aeimer.install_bat -``` - -```yaml ---- -# Playbook to install bat -- host: all - roles: - - aeimer.install_bat -``` - -- [Ansible Galaxy](https://galaxy.ansible.com/aeimer/install_bat) -- [GitHub](https://github.com/aeimer/ansible-install-bat) - -This should work with the following distributions: -- Debian/Ubuntu -- ARM (eg. Raspberry PI) -- Arch Linux -- Void Linux -- FreeBSD -- MacOS - ### From binaries Check out the [Release page](https://github.com/sharkdp/bat/releases) for