Update old references to com.devture.ansible.role.postgres & com.devture.ansible.role.traefik
Provoked by https://github.com/mother-of-all-self-hosting/mash-playbook/pull/280
This commit is contained in:
CHANGELOG.mdYEAR-IN-REVIEW.md
docs
roles/custom
matrix-bot-buscarron
tasks
matrix-bot-honoroit
tasks
matrix-bot-matrix-reminder-bot
tasks
matrix-bot-postmoogle
tasks
matrix-bridge-appservice-discord
tasks
matrix-bridge-appservice-irc
matrix-bridge-appservice-slack
matrix-bridge-go-skype-bridge
tasks
matrix-bridge-mautrix-discord
tasks
matrix-bridge-mautrix-facebook
tasks
matrix-bridge-mautrix-gmessages
tasks
matrix-bridge-mautrix-googlechat
tasks
matrix-bridge-mautrix-hangouts
tasks
matrix-bridge-mautrix-meta-instagram
tasks
matrix-bridge-mautrix-meta-messenger
tasks
matrix-bridge-mautrix-signal
tasks
matrix-bridge-mautrix-slack
tasks
matrix-bridge-mautrix-telegram
tasks
matrix-bridge-mautrix-whatsapp
tasks
matrix-bridge-mx-puppet-discord
tasks
matrix-bridge-mx-puppet-groupme
tasks
matrix-bridge-mx-puppet-instagram
tasks
matrix-bridge-mx-puppet-slack
tasks
matrix-bridge-mx-puppet-steam
tasks
matrix-bridge-mx-puppet-twitter
tasks
matrix-dimension
tasks
matrix-ma1sd
tasks
matrix-registration
tasks
matrix-synapse
tasks
matrix_playbook_migration
tasks
@ -3,7 +3,7 @@
|
||||
|
||||
- name: Fail if Postgres not enabled
|
||||
ansible.builtin.fail:
|
||||
msg: "Postgres via the com.devture.ansible.role.postgres role is not enabled (`postgres_enabled`). Cannot use rust-synapse-compress-state."
|
||||
msg: "Postgres via ansible-role-postgres role is not enabled (`postgres_enabled`). Cannot use rust-synapse-compress-state."
|
||||
when: "not postgres_enabled | bool"
|
||||
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
- name: Fail if not using integrated Postgres database
|
||||
ansible.builtin.fail:
|
||||
msg: "This command is working only when Postgres is installed via the the integrated com.devture.ansible.role.postgres role"
|
||||
msg: "This command is working only when Postgres is installed via the the integrated ansible-role-postgres role"
|
||||
when: "not postgres_enabled | bool"
|
||||
|
||||
- name: Ensure Postgres is started
|
||||
|
Reference in New Issue
Block a user