diff options
author | sirkubax <muszynski@so1.net> | 2017-09-27 17:53:42 +0200 |
---|---|---|
committer | sirkubax <muszynski@so1.net> | 2017-09-27 17:53:42 +0200 |
commit | 04a88249c9ee8f1e611d67b782267289208ab310 (patch) | |
tree | 89d408ff99bad32cbf7b48be554f2eede89fb579 /ansible.html.markdown | |
parent | cbc9b5b2a5af550926f3232458432984951b5b53 (diff) |
test markdown
Diffstat (limited to 'ansible.html.markdown')
-rw-r--r-- | ansible.html.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ansible.html.markdown b/ansible.html.markdown index 460faf82..1f04b520 100644 --- a/ansible.html.markdown +++ b/ansible.html.markdown @@ -143,8 +143,8 @@ $ ansible-playbook path/name_of_the_playbook.yml #### ansible-roles (a 'template-playbooks' with right structure) -You already know the tasks (modules) that can be run via CLI -The execution plans of multiple tasks (with variables and logic) are called playbooks. + You already know the tasks (modules) that can be run via CLI. + The execution plans of multiple tasks (with variables and logic) are called playbooks. A concept called `role` was introduced for parts of the code that should be reusable. |