diff --git a/lib/ansible/modules/network/vyos/vyos_system.py b/lib/ansible/modules/network/vyos/vyos_system.py index ee0f145f27..a8e4ddf1ad 100644 --- a/lib/ansible/modules/network/vyos/vyos_system.py +++ b/lib/ansible/modules/network/vyos/vyos_system.py @@ -175,7 +175,7 @@ def main(): host_name=dict(type='str'), domain_name=dict(type='str'), domain_search=dict(type='list'), - name_server=dict(type='list'), + name_server=dict(type='list', aliases=['name_servers']), state=dict(type='str', default='present', choices=['present', 'absent']), )