From 398b3a4d766433419b8d6a6baaee1d8d8bf09169 Mon Sep 17 00:00:00 2001 From: Dag Wieers Date: Wed, 28 Feb 2018 05:07:56 +0100 Subject: [PATCH] ACI: Parameter username is not required (#36817) --- lib/ansible/utils/module_docs_fragments/aci.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/ansible/utils/module_docs_fragments/aci.py b/lib/ansible/utils/module_docs_fragments/aci.py index 2b2deb467d..48c0847306 100644 --- a/lib/ansible/utils/module_docs_fragments/aci.py +++ b/lib/ansible/utils/module_docs_fragments/aci.py @@ -23,7 +23,6 @@ options: username: description: - The username to use for authentication. - required: yes default: admin aliases: [ user ] password: