diff options
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 }}" | 
