699dfd3 Fix [DEPRECATION WARNING]

Authored and Committed by Robert de Bock 4 years ago
    Fix [DEPRECATION WARNING]
    
    evaluating update_reboot as a bare variable, this
    behaviour will go away and you might need to add |bool to the expression in the
     future. Also see CONDITIONAL_BARE_VARS configuration toggle.. This feature
    will be removed in version 2.12. Deprecation warnings can be disabled by
    setting deprecation_warnings=False in ansible.cfg.
    
        
file modified
+1 -1