Add .gitdir

This commit is contained in:
Michael DeHaan 2012-10-10 20:00:15 -04:00
parent b505a3796c
commit e74b9e1d34
3 changed files with 4 additions and 4 deletions

View file

File diff suppressed because one or more lines are too long

View file

@ -18,7 +18,7 @@
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
DOCUMENTATION = '''
DOCUMENTATION = """
---
author: Dag Wieers
module: email
@ -72,7 +72,7 @@ options:
examples:
- description: "Example playbook sending mail to root"
code: local_action: mail msg="System ${ansible_hostname} has been sucessfully provisioned."
'''
"""
import smtplib