galaxyproject / ansible-postgresql

An Ansible role for managing a PostgreSQL server
https://galaxy.ansible.com/galaxyproject/postgresql
122 stars 58 forks source link

"msg": "Failed to set permissions on the temporary files Ansible needs to create when becoming an unprivileged user (rc: 1, err: chmod: invalid mode: ‘A+user:postgres:rx:allow’\nTry 'chmod --help' for more information.\n}). For information on working around this, #51

Closed zhengdechang closed 1 year ago

zhengdechang commented 1 year ago

"msg": "Failed to set permissions on the temporary files Ansible needs to create when becoming an unprivileged user (rc: 1, err: chmod: invalid mode: ‘A+user:postgres:rx:allow’\nTry 'chmod --help' for more information.\n}). For information on working around this,

zhengdechang commented 1 year ago

resolve

zhengdechang commented 10 months ago
- name: Install required packaged
  apt:
    name: "{{ item }}"
    state: present
  with_items:
    - acl
    - python3-pip