diff options
| author | mahadeva604 <lozovoi604@gmail.com> | 2015-07-25 08:45:46 +0300 | 
|---|---|---|
| committer | mahadeva604 <lozovoi604@gmail.com> | 2015-07-25 08:45:46 +0300 | 
| commit | c3a0a3376a766962a7315c2c2d0695cdffb9582d (patch) | |
| tree | 9cc70d5d2f6376cefd40077e6d1b784e60bd5123 /database/postgresql/postgresql_lang.py | |
| parent | fbd8c6b398fa3dfe2ffb07a5e38d97f349232470 (diff) | |
| parent | dfdd2bb5edf6b29a7982687c32d23cb5e8603eab (diff) | |
| download | ansible-modules-extras-c3a0a3376a766962a7315c2c2d0695cdffb9582d.tar.gz | |
Merge https://github.com/ansible/ansible-modules-extras into devel
Conflicts:
	packaging/os/pkgng.py
Diffstat (limited to 'database/postgresql/postgresql_lang.py')
| -rw-r--r-- | database/postgresql/postgresql_lang.py | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/database/postgresql/postgresql_lang.py b/database/postgresql/postgresql_lang.py index ec0507b5..f3b1baa4 100644 --- a/database/postgresql/postgresql_lang.py +++ b/database/postgresql/postgresql_lang.py @@ -95,7 +95,7 @@ notes:       systems, install the postgresql, libpq-dev, and python-psycopg2 packages       on the remote host before using this module.  requirements: [ psycopg2 ] -author: Jens Depuydt +author: "Jens Depuydt (@jensdepuydt)"  '''  EXAMPLES = ''' | 
