diff --git a/README.md b/README.md index 782f171..80717c2 100644 --- a/README.md +++ b/README.md @@ -128,8 +128,8 @@ Ansible Dell EMC Networking roles require connection information to establish co | ``port`` | no | | Specifies the port used to build the connection to the remote device; if value is unspecified it defaults to 22 | | ``username`` | no | | Specifies the username that authenticates the CLI login for connection to the remote device; if value is unspecified, the ANSIBLE_NET_USERNAME environment variable value is used | | ``password`` | no | | Specifies the password that authenticates the connection to the remote device; if value is unspecified, the ANSIBLE_NET_PASSWORD environment variable value is used | -| ``authorize`` | no | yes, no\* | Instructs the module to enter privileged mode on the remote device before sending any commands; if value is unspecified, the ANSIBLE_NET_AUTHORIZE environment variable value is used and the device attempts to execute all commands in non-privileged mode | -| ``auth_pass`` | no | | Specifies the password to use if required to enter privileged mode on the remote device; if key is set to no, this argument not applicable; if value is unspecified, the ANSIBLE_NET_AUTH_PASS environment variable value is used | +| ``authorize`` | no | yes, no\* | Instructs the module to enter privileged mode on the remote device before sending any commands; if value is unspecified, the ANSIBLE_NET_AUTHORIZE environment variable value is used and the device attempts to execute all commands in non-privileged mode . This key is supported only in dellos9 and dellos6. | +| ``auth_pass`` | no | | Specifies the password to use if required to enter privileged mode on the remote device; if key is set to no, this argument not applicable; if value is unspecified, the ANSIBLE_NET_AUTH_PASS environment variable value is used . This key is supported only in dellos9 and dellos6. | | ``provider`` | no | | Passes all connection arguments as a dictonary object; all constraints (such as required or choices) must be met either by individual arguments or values in this dictionary | > **NOTE**: Asterisk (\*) denotes the default value if none is specified.