Browse Source

macos: add ansible-lint package

master
Maxim Likhachev 6 years ago committed by Maxim Likhachev
parent
commit
37310f89ca
  1. 1
      README.md
  2. 1
      roles/macos/vars/main.yml

1
README.md

@ -37,6 +37,7 @@ $ make @@ -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.

1
roles/macos/vars/main.yml

@ -12,6 +12,7 @@ apps_brew_taps: @@ -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.

Loading…
Cancel
Save