From 35b7b608bf15b95354ea80d58680b3cbc5c83f1c Mon Sep 17 00:00:00 2001 From: Dag Wieers Date: Tue, 3 Apr 2018 03:32:49 +0200 Subject: [PATCH] Add missing required property to docs +label: docsite_pr --- lib/ansible/modules/network/aci/aci_aaa_user_certificate.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/modules/network/aci/aci_aaa_user_certificate.py b/lib/ansible/modules/network/aci/aci_aaa_user_certificate.py index 275c4ac9a72..eef282c2081 100644 --- a/lib/ansible/modules/network/aci/aci_aaa_user_certificate.py +++ b/lib/ansible/modules/network/aci/aci_aaa_user_certificate.py @@ -29,6 +29,7 @@ options: aaa_user: description: - The name of the user to add a certificate to. + required: yes aaa_user_type: description: - Whether this is a normal user or an appuser.