Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 922 Bytes

README.md

File metadata and controls

36 lines (27 loc) · 922 Bytes

Ansible role to install bat

Installs bat (a cat replacement) via Ansible.

Build Status



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