Fix typo in README example command

This commit is contained in:
Oskar Schöldström 2017-06-02 23:54:27 -05:00
parent 357eb4ce03
commit 3b83513bbd

View file

@ -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