diff options
Diffstat (limited to 'plugins/modules/vyos_user.py')
| -rw-r--r-- | plugins/modules/vyos_user.py | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/plugins/modules/vyos_user.py b/plugins/modules/vyos_user.py index a309d2a..2bccd49 100644 --- a/plugins/modules/vyos_user.py +++ b/plugins/modules/vyos_user.py @@ -159,7 +159,6 @@ def validate_level(value, module):  def spec_to_commands(updates, module):      commands = list() -    state = module.params["state"]      update_password = module.params["update_password"]      def needs_update(want, have, x): | 
