From a62eee1fdb05a298d5258351b4440f78a5f42952 Mon Sep 17 00:00:00 2001 From: A Holt Date: Fri, 2 Nov 2018 21:33:52 -0400 Subject: [PATCH] Update main.yml --- roles/1-prep/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/1-prep/tasks/main.yml b/roles/1-prep/tasks/main.yml index 81fc8ba97..ee9b4ba7d 100644 --- a/roles/1-prep/tasks/main.yml +++ b/roles/1-prep/tasks/main.yml @@ -33,7 +33,7 @@ command: cat /etc/iiab/uuid register: stored_uuid -- name: Place the uuid in variable/fact "uuid" +- name: Place the uuid from register into variable/fact "uuid" set_fact: uuid: "{{ stored_uuid.stdout_lines[0] }}"