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:
parent
618bd95cf4
commit
79e99af9ce
1 changed files with 1 additions and 1 deletions
|
@ -211,4 +211,4 @@
|
|||
- GBDR
|
||||
|
||||
- import_tasks: datanommer.yml
|
||||
when: inventory_hostname.startswith('db-datanommer02') or env == "staging"
|
||||
when: inventory_hostname.startswith('db-datanommer02')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue