mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #85 from kchristensen/fix-architecture-tests
Fix Ansible architecture taskspull/86/head
commit
422629557d
|
@ -7,7 +7,7 @@
|
||||||
when: ansible_system not in ['Linux']
|
when: ansible_system not in ['Linux']
|
||||||
|
|
||||||
- name: Fail on unsupported architecture
|
- 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']
|
when: ansible_architecture not in ['x86_64']
|
||||||
|
|
||||||
- name: Fail on unsupported distribution
|
- name: Fail on unsupported distribution
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
when: ansible_system not in ['Linux']
|
when: ansible_system not in ['Linux']
|
||||||
|
|
||||||
- name: Fail on unsupported architecture
|
- 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']
|
when: ansible_architecture not in ['x86_64']
|
||||||
|
|
||||||
- name: Fail on unsupported distribution
|
- name: Fail on unsupported distribution
|
||||||
|
|
Loading…
Reference in New Issue