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:
parent
093df0ac09
commit
7ee57545ce
2 changed files with 13 additions and 4 deletions
|
@ -23,4 +23,4 @@ run_playbook() {
|
|||
|
||||
clone_or_update_dotfiles
|
||||
install_dependencies
|
||||
run_playbook
|
||||
run_playbook "${@}"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue