This commit is contained in:
sirkubax 2017-10-27 15:00:25 +02:00
parent 8fc4b38c10
commit 844e24899e
2 changed files with 3 additions and 3 deletions

Binary file not shown.

View File

@ -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