From 0e37af52f5aad2b400130a9f8bbc41f0624fbbd9 Mon Sep 17 00:00:00 2001 From: Seth Vidal Date: Tue, 25 Jun 2013 18:35:42 +0000 Subject: [PATCH] make the name mean something --- 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 aab45a447f..eb1f6c0687 100644 --- a/tasks/cloud_setup_basic.yml +++ b/tasks/cloud_setup_basic.yml @@ -5,7 +5,7 @@ tags: - packages -- name: write out global file +- name: write out global-update-applied file if we updated copy: content="updated" dest=/etc/sysconfig/global-update-applied when: updated is defined tags: