Hola
Utilizando el método Deployer-Nodes a una instalación previamente realizada con método Self-Hosted , falla en este punto.
TASK [omniapp_second : Run migrations of database] *********************************************************************
changed: [192.169.149.242]
TASK [omniapp_second : Execute django commands] ************************************************************************
changed: [192.169.149.242] => (item=adicionar_perfil_supervisor_admin)
changed: [192.169.149.242] => (item=populate_history)
failed: [192.169.149.242] (item=compilemessages) => {
"ansible_loop_var": "item",
"changed": true,
"cmd": [
"/opt/omnileads/bin/manage.sh",
"compilemessages"
],
"delta": "0:00:02.124316",
"end": "2020-11-02 18:58:09.820206",
"item": "compilemessages",
"rc": 1,
"start": "2020-11-02 18:58:07.695890"
}
STDOUT:
processing file django.po in /opt/omnileads/ominicontacto/reciclado_app/locale/es/LC_MESSAGES
processing file django.po in /opt/omnileads/ominicontacto/supervision_app/locale/es/LC_MESSAGES
processing file django.po in /opt/omnileads/ominicontacto/configuracion_telefonia_app/locale/es/LC_MESSAGES
processing file django.po in /opt/omnileads/ominicontacto/reportes_app/locale/es/LC_MESSAGES
processing file django.po in /opt/omnileads/ominicontacto/ominicontacto_app/locale/es/LC_MESSAGES
processing file django.po in /opt/omnileads/ominicontacto/api_app/locale/es/LC_MESSAGES
STDERR:
/opt/omnileads/virtualenv/lib/python3.6/site-packages/psycopg2/init.py:144: UserWarning: The psycopg2 wheel package will be renamed from release 2.8; in order to keep installing from binary please use "pip install psycopg2-binary" instead. For details see: http://initd.org/psycopg/docs/install.html#binary-install-from-pypi.
""")
The po files under /opt/omnileads/ominicontacto/reciclado_app/locale/es/LC_MESSAGES are in a seemingly not writable location. mo files will not be updated/created.
The po files under /opt/omnileads/ominicontacto/supervision_app/locale/es/LC_MESSAGES are in a seemingly not writable location. mo files will not be updated/created.
The po files under /opt/omnileads/ominicontacto/configuracion_telefonia_app/locale/es/LC_MESSAGES are in a seemingly not writable location. mo files will not be updated/created.
The po files under /opt/omnileads/ominicontacto/reportes_app/locale/es/LC_MESSAGES are in a seemingly not writable location. mo files will not be updated/created.
The po files under /opt/omnileads/ominicontacto/ominicontacto_app/locale/es/LC_MESSAGES are in a seemingly not writable location. mo files will not be updated/created.
The po files under /opt/omnileads/ominicontacto/api_app/locale/es/LC_MESSAGES are in a seemingly not writable location. mo files will not be updated/created.
CommandError: compilemessages generated one or more errors.