Document the new compliance_report arg

This commit is contained in:
Mircea Ulinic 2017-08-24 12:33:27 +00:00
parent 3a906109bd
commit 0bbea6b04c

View file

@ -93,6 +93,13 @@ def managed(name,
Use certain profiles to generate the config.
If not specified, will use the platform default profile(s).
compliance_report: ``False``
Return the compliance report in the comment.
The compliance report structured object can be found however
in the ``pchanges`` field of the output (not displayed on the CLI).
.. versionadded:: 2017.7.3
test: ``False``
Dry run? If set as ``True``, will apply the config, discard
and return the changes. Default: ``False`` and will commit