diff --git a/.ansible.html.markdown.swl b/.ansible.html.markdown.swl
index 607a08ba..8916354d 100644
Binary files a/.ansible.html.markdown.swl and b/.ansible.html.markdown.swl differ
diff --git a/ansible.html.markdown b/ansible.html.markdown
index 155a3b0e..236fca99 100644
--- a/ansible.html.markdown
+++ b/ansible.html.markdown
@@ -276,7 +276,8 @@ for execution further tasks.
debug:
msg: "{{ root_size.rc }}"
-
+# when: example
+
- name: Print this message when return code of 'check the system capacity' was ok
debug:
msg: "{{ root_size.rc }}"