mirror of
https://github.com/containers/podman-compose.git
synced 2025-01-10 07:58:50 +01:00
16 lines
398 B
YAML
16 lines
398 B
YAML
---
|
|
- name: Generate broadcast websocket secret
|
|
set_fact:
|
|
broadcast_websocket_secret: "{{ lookup('password', '/dev/null length=128') }}"
|
|
run_once: true
|
|
no_log: true
|
|
when: broadcast_websocket_secret is not defined
|
|
|
|
- import_tasks: upgrade_postgres.yml
|
|
when:
|
|
- postgres_data_dir is defined
|
|
- pg_hostname is not defined
|
|
|
|
- import_tasks: set_image.yml
|
|
- import_tasks: compose.yml
|