From a790c399f44061177662d40099464d1d270b3dbd Mon Sep 17 00:00:00 2001 From: Jan-Piet Mens Date: Mon, 1 Oct 2012 12:37:51 +0200 Subject: [PATCH] Added attribution to all module DOCUMENTATION strings --- file | 1 + get_url | 1 + lineinfile | 1 + raw | 1 + setup | 1 + 5 files changed, 5 insertions(+) diff --git a/file b/file index bf1eebf68b2..1e60089d6fa 100755 --- a/file +++ b/file @@ -59,6 +59,7 @@ examples: notes: - See also M(copy), M(template), M(assemble) requirements: [ ] +author: Michael DeHaan ''' def add_path_info(kwargs): diff --git a/get_url b/get_url index 426d0f1c9c1..e7739813395 100755 --- a/get_url +++ b/get_url @@ -67,6 +67,7 @@ notes: - Also see the M(template) module. # informational: requirements for nodes requirements: [ urllib2, urlparse ] +author: Jan-Piet Mens ''' HAS_URLLIB2=True diff --git a/lineinfile b/lineinfile index 0166f6151c4..4175aa3a7d0 100755 --- a/lineinfile +++ b/lineinfile @@ -24,6 +24,7 @@ import os DOCUMENTATION = ''' --- module: lineinfile +author: Daniel Hokka Zakrisson short_description: Ensure a particular line is in a file description: - This module will search a file for a line, and ensure that it is present or absent. diff --git a/raw b/raw index ea36198e7eb..62b48be29d3 100755 --- a/raw +++ b/raw @@ -18,4 +18,5 @@ description: examples: - code: ansible newhost.example.com -m raw -a "yum -y install python-simplejson" description: Example from /usr/bin/ansible to bootstrap a legacy python 2.4 host +author: Michael DeHaan ''' diff --git a/setup b/setup index 46e73face28..272183428eb 100755 --- a/setup +++ b/setup @@ -47,6 +47,7 @@ notes: examples: - code: ansible all -m setup -tree /tmp/facts description: Obtain facts from all hosts and store them indexed by hostname at /tmp/facts. +author: Michael DeHaan ''' try: