Slavi Pantaleev hace 5 años
padre
commit
6cce5383bc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      roles/matrix-base/tasks/sanity_check.yml

+ 1
- 1
roles/matrix-base/tasks/sanity_check.yml Ver fichero

@@ -13,7 +13,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"
when:
- ansible_distribution == 'Ubuntu'
- "ansible_version.major == 2 and ansible_version.major == 9 and ansible_version.minor == 6"
- "ansible_version.major == 2 and ansible_version.minor == 9 and ansible_version.revision == 6"

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


Cargando…
Cancelar
Guardar