Explorar el Código

fix conditional

pull/1046/head
Michael-GMH hace 4 años
padre
commit
2b4bada72a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      roles/matrix-common-after/tasks/awx_post.yml

+ 1
- 1
roles/matrix-common-after/tasks/awx_post.yml Ver fichero

@@ -38,7 +38,7 @@

- name: Create user account @mjolnir
command: |
/usr/local/bin/matrix-synapse-register-user mjolnir {{ matrix_awx_mjolnir-bot_user_password | quote }} 0
/usr/local/bin/matrix-synapse-register-user mjolnir {{ matrix_awx_mjolnir_user_password | quote }} 0
register: cmd
when: not matrix_awx_mjolnir_user_created|bool
no_log: True


Cargando…
Cancelar
Guardar