no compression at all

This commit is contained in:
Kevin Fenzi 2017-10-16 03:43:21 +00:00
parent f815304250
commit 5487e61986

View file

@ -275,7 +275,7 @@ retry_files_enabled = False
# controls the compression level of variables sent to
# worker processes. At the default of 0, no compression
# is used. This value must be an integer from 0 to 9.
var_compression_level = 4
#var_compression_level = 4
# controls what compression method is used for new-style ansible modules when
# they are sent to the remote system. The compression types depend on having