Ansible role to install bat

September 12, 2018 ยท View on GitHub

Installs bat (a cat replacement) via Ansible.

Build Status


  • Ansible Galaxy: aeimer.install_bat
  • Github: aeimer/ansible-install-bat

If there are any issues, it would be kind if you open a pull-request or open an issue, so we can fix the things.

Example Playbook

To install the role:

ansible-galaxy install aeimer.install_bat

To run the role in a playbook:

- host: localhost
  roles:
    - aeimer.install_bat

Known Issues

  • This is only tested with Ubuntu

Contents

  1. 1Example Playbook
  2. 2Known Issues