• @[email protected]
    link
    fedilink
    English
    35 hours ago

    vars.yml is looking for a directory and file that don’t exist, and the readme doesn’t mention creating them. If you set postgres_password manually, it should work.

    • @PriorityMotifOP
      link
      2
      edit-2
      2 hours ago

      Thank you for the answer. should the password be in quotes?

      postgres_password: "{{ lookup('password', 'inventory/host_vars/{{ domain }}/passwords/postgres.psk chars=ascii_letters,digits') }}" # noqa yaml[line-length]

      postgres_password: "password"