when: ansible_system not in ['Linux']
- name: Fail on unsupported architecture
- fail: msg="Architeture not supported {{ ansible_architectore }}"
+ fail: msg="Architecture not supported {{ ansible_architecture }}"
when: ansible_architecture not in ['x86_64']
- name: Fail on unsupported distribution
when: ansible_system not in ['Linux']
- name: Fail on unsupported architecture
- fail: msg="Architeture not supported {{ ansible_architectore }}"
+ fail: msg="Architecture not supported {{ ansible_architecture }}"
when: ansible_architecture not in ['x86_64']
- name: Fail on unsupported distribution