[WARNING]: The value 756024 (type int) in a string field was converted to '756024' (type string)

I get this warnings during provision and server deploys. It this OK?

TASK [memcached : Set the max open file descriptors] ************************************************
 [WARNING]: The value 756024 (type int) in a string field was converted to '756024' (type string).
If this does not look like what you expect, quote the entire value to ensure it does not change.

It’s fine in this case since the value is identical. However, we should update these values by quoting them to avoid those warnings.

This topic was automatically closed after 42 days. New replies are no longer allowed.