Skip to content
Snippets Groups Projects
  • Kenichi Omichi's avatar
    c6f69404
    Fix warning of "Enable ip forwarding" (#6953) · c6f69404
    Kenichi Omichi authored
    The task outputs the following warning:
    
      TASK [kubernetes/preinstall : Enable ip forwarding]
      [WARNING]: The value 1 (type int) in a string field was converted
      to u'1' (type string). If this does not look like what you expect,
      quote the entire value to ensure it does not change.
    Fix warning of "Enable ip forwarding" (#6953)
    Kenichi Omichi authored
    The task outputs the following warning:
    
      TASK [kubernetes/preinstall : Enable ip forwarding]
      [WARNING]: The value 1 (type int) in a string field was converted
      to u'1' (type string). If this does not look like what you expect,
      quote the entire value to ensure it does not change.