From 31222b65c1da55bd54fa459679eb4dd9fe6077b2 Mon Sep 17 00:00:00 2001 From: Dag Wieers Date: Thu, 17 Jan 2019 13:48:25 +0100 Subject: [PATCH] Fix small typo +label: docsite_pr --- lib/ansible/modules/network/aci/aci_rest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/network/aci/aci_rest.py b/lib/ansible/modules/network/aci/aci_rest.py index fd38c6a3a48..4858b0aa09a 100644 --- a/lib/ansible/modules/network/aci/aci_rest.py +++ b/lib/ansible/modules/network/aci/aci_rest.py @@ -133,7 +133,7 @@ EXAMPLES = r''' aci_rest: host: apic username: admin - private_key: pki/{{ aci_username}}.key + private_key: pki/{{ aci_username }}.key validate_certs: no path: /api/mo/uni.xml method: post