diff --git a/README.md b/README.md index abb56ee..a17c917 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ $ make - ~~[timing](https://timingapp.com/) - 💰 Time tracker for MacOS.~~ - [android-file-transfer](https://www.android.com/filetransfer/) - Android File Transfer. - [ansible](https://www.ansible.com/) - Automate deployment, configuration, and upgrading. +- [ansible-lint](https://github.com/ansible/ansible-lint/) - Checks ansible playbooks for practices and behaviour - [bat](https://github.com/sharkdp/bat) - Clone of cat(1) with syntax highlighting and Git integration. - [brave-browser](https://brave.com/) - Brave web browser. - [coreutils](https://www.gnu.org/software/coreutils) - GNU File, Shell, and Text utilities. diff --git a/roles/macos/vars/main.yml b/roles/macos/vars/main.yml index b7af909..5b0991a 100644 --- a/roles/macos/vars/main.yml +++ b/roles/macos/vars/main.yml @@ -12,6 +12,7 @@ apps_brew_taps: apps_brew: - ansible # https://www.ansible.com/ Automate deployment, configuration, and upgrading. + - ansible-lint # https://github.com/ansible/ansible-lint/ Checks ansible playbooks for practices and behaviour - bat # https://github.com/sharkdp/bat Clone of cat(1) with syntax highlighting and Git integration. - coreutils # https://www.gnu.org/software/coreutils GNU File, Shell, and Text utilities. - curl # https://curl.haxx.se/ Get a file from an HTTP, HTTPS or FTP server.