diff options
author | Aurélien Bompard <aurelien@bompard.org> | 2014-10-20 10:02:47 +0000 |
---|---|---|
committer | Aurélien Bompard <aurelien@bompard.org> | 2014-10-20 10:02:47 +0000 |
commit | 5368556ea374ab8e46b5535eeb4031cf10a4ef7c (patch) | |
tree | 14dc1583187b5462e276d191bdddb11b1f1275e7 | |
parent | 4f7ff8efd26ae54f7e55780b5f56bbab148929c7 (diff) | |
download | ansible-5368556ea374ab8e46b5535eeb4031cf10a4ef7c.tar.gz ansible-5368556ea374ab8e46b5535eeb4031cf10a4ef7c.tar.xz ansible-5368556ea374ab8e46b5535eeb4031cf10a4ef7c.zip |
Small fix after changeset f67b702c
-rwxr-xr-x | roles/mailman/files/pg-give-rights.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/mailman/files/pg-give-rights.py b/roles/mailman/files/pg-give-rights.py index ea795f20f..0da145540 100755 --- a/roles/mailman/files/pg-give-rights.py +++ b/roles/mailman/files/pg-give-rights.py @@ -59,7 +59,7 @@ def main(): # KittyStore dbspec = re.match(""" - postgres:// + postgresql:// (?P<user>[a-z]+) : (?P<password>[^@]+) |