summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDavid Peter <sharkdp@users.noreply.github.com>2020-06-07 22:55:32 +0200
committerGitHub <noreply@github.com>2020-06-07 22:55:32 +0200
commitc3ec92a13fe051142ab23d8a5521ab18115bd5dd (patch)
treec2ffcfbaa3334f461a8d6a93d5ebc4a3d1c53675 /README.md
parentc3230a68bb12a855142617053a7de24b5b1f4665 (diff)
Remove outdated Ansible installation method
Diffstat (limited to 'README.md')
-rw-r--r--README.md28
1 files changed, 0 insertions, 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