Created
May 24, 2017 06:49
-
-
Save glassresistor/cc424356369b6c1ccc4b1a120195fc86 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| The full traceback is: | |
| Traceback (most recent call last): | |
| File "/tmp/ansible_Pa6gvA/ansible_module_postgresql_user.py", line 780, in <module> | |
| main() | |
| File "/tmp/ansible_Pa6gvA/ansible_module_postgresql_user.py", line 733, in main | |
| changed = user_alter(cursor, module, user, password, role_attr_flags, encrypted, expires, no_password_changes) | |
| File "/tmp/ansible_Pa6gvA/ansible_module_postgresql_user.py", line 288, in user_alter | |
| cursor.execute(select, {"user": user}) | |
| File "/home/mikela/.conda/envs/playbooks/lib/python2.7/site-packages/psycopg2/extras.py", line 144, in execute | |
| return super(DictCursor, self).execute(query, vars) | |
| psycopg2.ProgrammingError: permission denied for relation pg_authid | |
| fatal: [localhost]: FAILED! => { | |
| "changed": false, | |
| "failed": true, | |
| "module_stderr": "Traceback (most recent call last):\n File \"/tmp/ansible_Pa6gvA/ansible_module_postgresql_user.py\", line 780, in <module>\n main()\n File \"/tmp/ansible_Pa6gvA/ansible_module_postgresql_user.py\", line 733, in main\n changed = user_alter(cursor, module, user, password, role_attr_flags, encrypted, expires, no_password_changes)\n File \"/tmp/ansible_Pa6gvA/ansible_module_postgresql_user.py\", line 288, in user_alter\n cursor.execute(select, {\"user\": user})\n File \"/home/mikela/.conda/envs/playbooks/lib/python2.7/site-packages/psycopg2/extras.py\", line 144, in execute\n return super(DictCursor, self).execute(query, vars)\npsycopg2.ProgrammingError: permission denied for relation pg_authid\n\n", | |
| "module_stdout": "", | |
| "msg": "MODULE FAILURE", | |
| "rc": 0 | |
| } |
glassresistor
commented
May 24, 2017
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment