diff options
author | Michael DeHaan <michael.dehaan@gmail.com> | 2012-02-28 03:27:18 +0100 |
---|---|---|
committer | Michael DeHaan <michael.dehaan@gmail.com> | 2012-02-28 03:27:18 +0100 |
commit | 1ef19af4eb70f11a993cf929ad89f3a61636f58f (patch) | |
tree | f6530b37460e65e7260c54f0b5cfd94bbd0848db /README.md | |
parent | Fix markdown bullets (diff) | |
download | ansible-1ef19af4eb70f11a993cf929ad89f3a61636f58f.tar.xz ansible-1ef19af4eb70f11a993cf929ad89f3a61636f58f.zip |
More markdown formatting
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -126,13 +126,12 @@ together, and can even fire off triggers when certain commands report changes. They are the basis for a really simple configuration management system, unlike any that already exist. Powerful, concise, but dead simple. -See examples/playbook.yml for what the syntax looks like. +See examples/playbook.yml for what the syntax looks like, and the manpage -- ansible-playbook(5) for more details. To run a playbook: -ansible -r playbook.yml + ansible -r playbook.yml -Read ansible-playbook(5) for more details. Future plans ============ |