diff options
author | sirkubax <muszynski@so1.net> | 2017-09-22 22:30:27 +0200 |
---|---|---|
committer | sirkubax <muszynski@so1.net> | 2017-09-22 22:30:27 +0200 |
commit | e7e43b01e66c158053acfd00d5317743f137abb4 (patch) | |
tree | 81a197b5e09fcba79395292aa13ce749f425b75a | |
parent | 6ade03b92abfdc30917aa0f5188e7a0ed9a70ca9 (diff) |
test markdown
-rw-r--r-- | ansible.html.markdown | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ansible.html.markdown b/ansible.html.markdown index 4409422b..9408db18 100644 --- a/ansible.html.markdown +++ b/ansible.html.markdown @@ -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 |