소스 검색

fix conditional

pull/1046/head
Michael-GMH 5 년 전
부모
커밋
2b4bada72a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      roles/matrix-common-after/tasks/awx_post.yml

+ 1
- 1
roles/matrix-common-after/tasks/awx_post.yml 파일 보기

@@ -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


불러오는 중...
취소
저장