mother-of-all-self-hosting/mash-playbook

Default postgres settings missing

Closed this issue · 2 comments

Playbook fails on the following task:

TASK [galaxy/postgres : Fail if required Postgres settings not defined] **********************************************************************************************************************
task path: mash-playbook/roles/galaxy/postgres/tasks/validate_config.yml:3
skipping: [example.com] => (item=postgres_identifier)  => changed=false
  ansible_loop_var: item
  false_condition: vars[item] == ''
  item: postgres_identifier
  skip_reason: Conditional result was False
failed: [example.com] (item=postgres_uid) => changed=false
  ansible_loop_var: item
  item: postgres_uid
  msg: You need to define a required configuration setting (`postgres_uid`).
failed: [example.com] (item=postgres_gid) => changed=false
  ansible_loop_var: item
  item: postgres_gid
  msg: You need to define a required configuration setting (`postgres_gid`).

The last successful run of the playbook I had was a while ago (9302f68...main).

That's odd and is not a reproducible problem.

Maybe you need to run just optimize-reset (if you had run just optimize before).

Yep that worked! I must have run the optimizations and forgotten about them.