mirror of
https://github.com/geerlingguy/mac-dev-playbook
synced 2024-11-22 11:53:08 +00:00
Fix typo in README example command
This commit is contained in:
parent
357eb4ce03
commit
3b83513bbd
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ This is a work in progress, and is mostly a means for me to document my current
|
||||||
|
|
||||||
You can filter which part of the provisioning process to run by specifying a set of tags using `ansible-playbook`'s `--tags` flag. The tags available are `dotfiles`, `homebrew`, `mas` and `osx`.
|
You can filter which part of the provisioning process to run by specifying a set of tags using `ansible-playbook`'s `--tags` flag. The tags available are `dotfiles`, `homebrew`, `mas` and `osx`.
|
||||||
|
|
||||||
ansible-playook main.yml -i inventory -K --tags "dotfiles,homebrew"
|
ansible-playbook main.yml -i inventory -K --tags "dotfiles,homebrew"
|
||||||
|
|
||||||
## Overriding Defaults
|
## Overriding Defaults
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue