소스 검색

Merge pull request #1108 from tommes0815/fix-hydrogen-for-ansible2.7

fix error when running with Ansible 2.7 in the hydrogen setup
pull/1111/head
Slavi Pantaleev 5 년 전
committed by GitHub
부모
커밋
bec9eaeb50
No known key found for this signature in database GPG 키 ID: 4AEE18F83AFDEB23
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      roles/matrix-client-hydrogen/tasks/init.yml

+ 1
- 1
roles/matrix-client-hydrogen/tasks/init.yml 파일 보기

@@ -3,7 +3,7 @@
- name: Fail if trying to self-build on Ansible < 2.8
fail:
msg: "To self-build the Hydrogen image, you should use Ansible 2.8 or higher. See docs/ansible.md"
when: "ansible_version.major == 2 and ansible_version.minor < 8 and matrix_client_hydrogen_container_image_self_build"
when: "ansible_version.major == 2 and ansible_version.minor < 8 and matrix_client_hydrogen_container_image_self_build and matrix_client_hydrogen_enabled"

- set_fact:
matrix_systemd_services_list: "{{ matrix_systemd_services_list + ['matrix-client-hydrogen.service'] }}"


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