mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-16 13:56:03 +08:00
postgresql_server: Do not run the timescaledb setup on all the staging db servers.
We only want to run this on db-datanommer02, not that and all the other staging postgresql servers. :) Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
@@ -211,4 +211,4 @@
|
||||
- GBDR
|
||||
|
||||
- import_tasks: datanommer.yml
|
||||
when: inventory_hostname.startswith('db-datanommer02') or env == "staging"
|
||||
when: inventory_hostname.startswith('db-datanommer02')
|
||||
|
||||
Reference in New Issue
Block a user