Merge pull request #41731 from terminalmage/docs

Clarify that archive_format is required pre-2016.11.0
This commit is contained in:
Nicole Thomas 2017-06-14 09:05:20 -06:00 committed by GitHub
commit 82eab84883

View File

@ -584,7 +584,8 @@ def extracted(name,
.. versionchanged:: 2016.11.0
If omitted, the archive format will be guessed based on the value
of the ``source`` argument.
of the ``source`` argument. If the minion is running a release
older than 2016.11.0, this option is required.
.. _tarfile: https://docs.python.org/2/library/tarfile.html
.. _zipfile: https://docs.python.org/2/library/zipfile.html