feat(*): allow for filtering the playbook by role

Allow for appending ansible-playbook arguments to the dotfiles script,
and automatically applying tags to the included roles.

For example:

`./bin/dotfiles --tags=neovim`
This commit is contained in:
Oliver Davies 2022-04-20 21:31:46 +01:00
parent 093df0ac09
commit 7ee57545ce
2 changed files with 13 additions and 4 deletions

View file

@ -23,4 +23,4 @@ run_playbook() {
clone_or_update_dotfiles
install_dependencies
run_playbook
run_playbook "${@}"