Aaron Raimist
há 5 anos
ascendente
cometimento
8827a49e21
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados
ID da chave GPG: 37419210002890EF
1 ficheiros alterados com
1 adições e
1 eliminações
-
roles/matrix-base/tasks/sanity_check.yml
|
|
|
@@ -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" |
|
|
|
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.major == 9 and ansible_version.minor == 6" |
|
|
|
|
|
|
|
- name: (Deprecation) Catch and report renamed settings |
|
|
|
fail: |
|
|
|
|