test markdown

This commit is contained in:
sirkubax 2017-09-22 22:30:27 +02:00
parent 6ade03b92a
commit e7e43b01e6

View File

@ -43,7 +43,9 @@ There are few commands you should know about
* `ansible-playbook` (to run playbooks)
* `ansible-vault` (to manage secrets)
* `ansible-galaxy` (to install roles from github/galaxy)
and other!
* and other!
Example of usage - `shell`
```bash
$ ansible -m shell -a 'date; whoami' localhost #hostname_or_a_group_name