Przeglądaj źródła

Check equality properly

pull/769/head
Aaron Raimist 5 lat temu
rodzic
commit
8827a49e21
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 37419210002890EF
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      roles/matrix-base/tasks/sanity_check.yml

+ 1
- 1
roles/matrix-base/tasks/sanity_check.yml Wyświetl plik

@@ -12,7 +12,7 @@
msg: "You are running on Ansible {{ ansible_version.string }}, which is not supported. See our guide about Ansible: https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/master/docs/ansible.md" msg: "You are running on Ansible {{ ansible_version.string }}, which is not supported. See our guide about Ansible: https://github.com/spantaleev/matrix-docker-ansible-deploy/blob/master/docs/ansible.md"
when: when:
- ansible_distribution == 'Ubuntu' - ansible_distribution == 'Ubuntu'
- "ansible_version.major = 2 and ansible_version.major == 9 and ansible_version.minor = 6"
- "ansible_version.major == 2 and ansible_version.major == 9 and ansible_version.minor == 6"


- name: (Deprecation) Catch and report renamed settings - name: (Deprecation) Catch and report renamed settings
fail: fail:


Ładowanie…
Anuluj
Zapisz