소스 검색

fix conditional

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

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

@@ -40,7 +40,7 @@
command: |
/usr/local/bin/matrix-synapse-register-user mjolnir {{ matrix_awx_mjolnir-bot_user_password | quote }} 0
register: cmd
when: not matrix_awx_dimension_user_created|bool
when: not matrix_awx_mjolnir_user_created|bool
no_log: True
- name: Update AWX dimension user created variable
@@ -52,7 +52,7 @@
insertafter: 'AWX Settings'
with_dict:
'matrix_awx_mjolnir_user_created': 'true'
when: not matrix_awx_dimension_user_created|bool
when: not matrix_awx_mjolnir_user_created|bool

- name: Ensure /chroot/website location has correct permissions
file:


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