From f500f91330c615480e65e1c4c90511f62ab6f2d8 Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Tue, 25 Jun 2013 18:34:57 +0000 Subject: [PATCH] upate != update --- tasks/cloud_setup_basic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/cloud_setup_basic.yml b/tasks/cloud_setup_basic.yml index 91d2792526..aab45a447f 100644 --- a/tasks/cloud_setup_basic.yml +++ b/tasks/cloud_setup_basic.yml @@ -1,6 +1,6 @@ --- - name: update all - command: yum -y update creates=/etc/sysconfig/global-upate-applied + command: yum -y update creates=/etc/sysconfig/global-update-applied register: updated tags: - packages