mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 19:30:39 -03:30
15 lines
349 B
YAML
15 lines
349 B
YAML
---
|
|
- name: Generate broadcast websocket secret
|
|
set_fact:
|
|
broadcast_websocket_secret: "{{ lookup('password', '/dev/null', length=128) }}"
|
|
run_once: true
|
|
no_log: true
|
|
|
|
- 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
|