Skip to content

Commit 52f2fbd

Browse files
authored
Merge pull request #389 from liquidat/fix_375
Fixes #375
2 parents 29bd30a + be89c9f commit 52f2fbd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

exercises/ansible_rhel/1.5-handlers/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,11 +171,13 @@ To show the loops feature we will generate three new users on `node1`. For that,
171171

172172
Understand the playbook and the output:
173173

174+
<!-- {% raw %} -->
174175
- The names are not provided to the user module directly. Instead, there is only a variable called `{{ item }}` for the parameter `name`.
175176

176177
- The `loop` keyword lists the actual user names. Those replace the `{{ item }}` during the actual execution of the playbook.
177178

178179
- During execution the task is only listed once, but there are three changes listed underneath it.
180+
<!-- {% endraw %} -->
179181

180182
## Step 5.4 - Loops over hashes
181183

0 commit comments

Comments
 (0)