]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Fix Ansible architecture tasks 85/head
authorKyle Christensen <kylec@aweber.com>
Mon, 2 Jun 2014 19:00:43 +0000 (15:00 -0400)
committerKyle Christensen <kylec@aweber.com>
Mon, 2 Jun 2014 19:00:43 +0000 (15:00 -0400)
roles/common/tasks/Debian.yml
roles/common/tasks/RedHat.yml

index e0d8bef58989762a4fb84fbb5ce44f0ec7f3cedc..a0880bf317ad766e0adedb75982d9cb561162177 100644 (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
index 29005e1604504f050d8c2655f5c6a938d91d257d..93327c332f7ea6225008802db56217f9f33149ae 100644 (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