diff options
author | sirkubax <muszynski@so1.net> | 2017-10-27 14:57:54 +0200 |
---|---|---|
committer | sirkubax <muszynski@so1.net> | 2017-10-27 14:57:54 +0200 |
commit | a3bbb085b06d640b4807c296358f4569599fcd5b (patch) | |
tree | e0508ce1a37964da8d04ff73effa7f08b9eed0a0 /ansible.html.markdown | |
parent | 75379d6b672ed34b5f593c9aea60564e90a0cc3d (diff) |
update
Diffstat (limited to 'ansible.html.markdown')
-rw-r--r-- | ansible.html.markdown | 3 |
1 files changed, 2 insertions, 1 deletions
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 }}" |