From b0fc65bf9bdc731fad6d206f617118646290712c Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Wed, 3 Jan 2018 17:04:18 +0100 Subject: [PATCH] Add doc fragment for files (#33953) Found by Pilou- and spredzy during co-debugging #32676 --- lib/ansible/modules/web_infrastructure/htpasswd.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/modules/web_infrastructure/htpasswd.py b/lib/ansible/modules/web_infrastructure/htpasswd.py index 2478955d37..1ce0fc1f44 100644 --- a/lib/ansible/modules/web_infrastructure/htpasswd.py +++ b/lib/ansible/modules/web_infrastructure/htpasswd.py @@ -65,6 +65,7 @@ notes: - "On RHEL or CentOS: Enable EPEL, then install I(python-passlib)." requirements: [ passlib>=1.6 ] author: "Ansible Core Team" +extends_documentation_fragment: files """ EXAMPLES = """