From 844e24899e022a948c52cc68b8af33e2d8b28208 Mon Sep 17 00:00:00 2001 From: sirkubax Date: Fri, 27 Oct 2017 15:00:25 +0200 Subject: [PATCH] update --- .ansible.html.markdown.swl | Bin 36864 -> 36864 bytes ansible.html.markdown | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ansible.html.markdown.swl b/.ansible.html.markdown.swl index 4ffb166f37e0a273a641f5ac9c83bdda16b0ba79..6f1526259f79d5fe4074e3c395ea7da469f3bf9c 100644 GIT binary patch delta 159 zcmWN=u@1pd6oBE=<|sDIB(-@0t6E%xMIzWbR81t}3HlCqG`N!*B{!@FUcq9u8_oVN z`3e^nF1%<`*{DeD>&YNkpKBr|7o2m#7MuK3MV@@n@xT=`F4jeLOUOp~)b2 delta 155 zcmZozz|^pSX#0dX=ACjoI75K95EBoH$K@oP2)hD$)a8HhIl@e&|j48(FkEX%f;ktLOdB_uVs cVDjC-Ig_`!6-`!mx7-}>p1`01J~IWdHyG diff --git a/ansible.html.markdown b/ansible.html.markdown index 41d9d62f..a10540d3 100644 --- a/ansible.html.markdown +++ b/ansible.html.markdown @@ -290,7 +290,7 @@ You can define complex logic with Ansible and Jinja functions. Most common is us -### ansible - tags, limmit +### ansible - tags, limit You should know about a way to increase efficiency by this simple functionality @@ -304,8 +304,8 @@ You can tag a task, role (and its tasks), include, etc... --skip-tags can be used to exclude a block of code -#### LIMMIT -You can limmit an execution of your tasks to defined hosts +#### LIMIT +You can limit an execution of your tasks to defined hosts --limit my_hostname --limit groupname