summaryrefslogtreecommitdiff
path: root/web_infrastructure/htpasswd.py
diff options
context:
space:
mode:
Diffstat (limited to 'web_infrastructure/htpasswd.py')
-rw-r--r--web_infrastructure/htpasswd.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/web_infrastructure/htpasswd.py b/web_infrastructure/htpasswd.py
index 84a2cbdd..0c5d8bea 100644
--- a/web_infrastructure/htpasswd.py
+++ b/web_infrastructure/htpasswd.py
@@ -18,6 +18,10 @@
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
#
+ANSIBLE_METADATA = {'status': ['preview'],
+ 'supported_by': 'community',
+ 'version': '1.0'}
+
DOCUMENTATION = """
module: htpasswd
version_added: "1.3"