diff --git a/README.md b/README.md index be5f22b..21afd73 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,19 @@ rm -rf ~/.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 See [issues](https://github.com/kejadlen/dotfiles/issues).