Merge pull request #85 from kchristensen/fix-architecture-tests

Fix Ansible architecture tasks
pull/86/head
Leseb 2014-06-02 21:06:28 +02:00
commit 422629557d
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
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

View File

@ -7,7 +7,7 @@
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