mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add versionadded to reauth option in dockerng module
This commit is contained in:
parent
5ca2c388c2
commit
4c70534991
1 changed files with 5 additions and 1 deletions
|
@ -68,7 +68,11 @@ For example:
|
|||
username: foo
|
||||
|
||||
Reauth is an optional parameter that forces the docker login to reauthorize using
|
||||
the credentials passed in the pillar data. Defaults to false. For example:
|
||||
the credentials passed in the pillar data. Defaults to false.
|
||||
|
||||
.. versionadded:: 2016.3.5,2016.11.1
|
||||
|
||||
For example:
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue