[meta] Update README w/how to use Ansible tags

pull/28/head
Alpha Chen 10 years ago
parent 290feeafbe
commit 9e3508b999

@ -32,6 +32,19 @@ rm -rf ~/.dotfiles
ln -s ~/Dropbox/dotfiles ~/.dotfiles ln -s ~/Dropbox/dotfiles ~/.dotfiles
``` ```
# Development
Ansible tags are indispensible when tweaking the config.
```
- command: echo debug
tags: debug
```
``` shell
ansible-playbook main.yml --ask-sudo-pass --tags debug
```
# TODO # TODO
See [issues](https://github.com/kejadlen/dotfiles/issues). See [issues](https://github.com/kejadlen/dotfiles/issues).

Loading…
Cancel
Save