From 937700d3ebb8918d597a63fd08d739bf247e67ec Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Sat, 4 Oct 2014 23:39:47 +0000 Subject: [PATCH] Disable this for now, breaks copr playbooks --- tasks/cloud_setup_basic.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tasks/cloud_setup_basic.yml b/tasks/cloud_setup_basic.yml index 944021d344..82c6563581 100644 --- a/tasks/cloud_setup_basic.yml +++ b/tasks/cloud_setup_basic.yml @@ -27,10 +27,10 @@ - name: enable the service action: service name=ntpd state=running enabled=true -- 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` - tags: - - config +#- 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` +# tags: +# - config - name: add ansible root key action: authorized_key user=root key="{{ item }}"