From 109598f2d5cda63ddc806bbe7c7c3bdc3b4b92dd Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 13 May 2015 23:41:35 +0000 Subject: [PATCH] Missed a few cases for atomic --- tasks/cloud_setup_basic.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tasks/cloud_setup_basic.yml b/tasks/cloud_setup_basic.yml index 63c8f1e69e..4713b5e5d1 100644 --- a/tasks/cloud_setup_basic.yml +++ b/tasks/cloud_setup_basic.yml @@ -19,9 +19,11 @@ - name: put step-tickers in place action: copy src="{{ files }}/common/step-tickers" dest=/etc/ntp/step-tickers + when: not ansible_cmdline.ostree - name: enable the service action: service name=ntpd state=running enabled=true + when: not ansible_cmdline.ostree #- name: edit hostname to be instance name - prefix hostbase var if it exists # action: shell hostname {{ hostbase }}`curl -s http://169.254.169.254/latest/meta-data/instance-id`